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
packaging mdal on OpenBSD, building against systemwide GTest 1.8.1, i found out that FindGTest.cmake shipped by cmake 3.20.3 defines GTEST_INCLUDE_DIRS (cf https://github.com/Kitware/CMake/blob/master/Modules/FindGTest.cmake#L43) while mdal's tests/CMakeFiles.txt in https://github.com/lutraconsulting/MDAL/blob/master/tests/CMakeLists.txt#L33 uses GTEST_INCLUDE_DIR which is undefined.
FindGTest.cmake
GTEST_INCLUDE_DIRS
tests/CMakeFiles.txt
GTEST_INCLUDE_DIR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
packaging mdal on OpenBSD, building against systemwide GTest 1.8.1, i found out that
FindGTest.cmake
shipped by cmake 3.20.3 definesGTEST_INCLUDE_DIRS
(cf https://github.com/Kitware/CMake/blob/master/Modules/FindGTest.cmake#L43) while mdal'stests/CMakeFiles.txt
in https://github.com/lutraconsulting/MDAL/blob/master/tests/CMakeLists.txt#L33 usesGTEST_INCLUDE_DIR
which is undefined.The text was updated successfully, but these errors were encountered: