CMake Error at cmake/include/tools.cmake:420 (MESSAGE):

Hello,
Let me describe my problem briefly.

I’m trying to build a project according to the instructions from here:

I use these tools
[root@dr-npdexp01 ~]# cmake --version
cmake version 3.16.4

CMake suite maintained and supported by Kitware (kitware.com/cmake).
[root@dr-npdexp01 ~]# g++ --version
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
Copyright © 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

And after this command: cmake …/src/ -DCMAKE_BUILD_TYPE=Release
I get an error:

CMake Error at cmake/include/tools.cmake:420 (MESSAGE):
** tools.cmake: libsupc++.a/libsupc++.a doesn’t exist (with positive**
** USE_STATIC_CPP_RUNTIME)**
Call Stack (most recent call first):
** cmake/include/global.cmake:167 (INCLUDE)**
** CMakeLists.txt:27 (INCLUDE)**

I would be grateful for any help.

This error is thrown directly by the scripts from the project. See https://github.com/yandex/tomita-parser/blob/master/src/cmake/include/tools.cmake#L420

I think you’d better off asking the tomita-parser team.