We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: