Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build on CentOS 7: missing: GoogleTest_CHECK_FINE #21

Open
jaepetto opened this issue Mar 25, 2022 · 0 comments
Open

Unable to build on CentOS 7: missing: GoogleTest_CHECK_FINE #21

jaepetto opened this issue Mar 25, 2022 · 0 comments

Comments

@jaepetto
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant