I'm trying to compile on CentOS 7 and get the following error message:
[root@centos7 build]# ../bootstrap
-- checking compiler: GCC (4.8.)
-- adding c++0x support for gcc compiler
-- Checking whether strerror_r returns an int
-- Checking whether strerror_r returns an int -- no
-- Find GoogleTest include path: /usr/include
-- Find GoogleMock include path: /usr/include
-- Find Gtest library path: /usr/local/lib/libgtest.a
-- Find Gmock library path: /usr/local/lib/libgmock.a
-- GoogleTest check:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find GoogleTest (missing: GoogleTest_CHECK_FINE)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
CMake/FindGoogleTest.cmake:52 (find_package_handle_standard_args)
CMakeLists.txt:23 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
I have read on several place that the solutions relies on using conda, but it is unfortunately not an option for us...
I'm trying to compile on CentOS 7 and get the following error message:
I have read on several place that the solutions relies on using conda, but it is unfortunately not an option for us...