We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a280f0e commit cadcb76Copy full SHA for cadcb76
arccore/CMakeLists.txt
@@ -201,6 +201,7 @@ if (ARCCORE_WANT_TEST)
201
enable_testing()
202
if (ARCCORE_USE_BUNDLED_GOOGLETEST)
203
add_subdirectory(extras/googletest)
204
+ set (GTEST_FOUND TRUE)
205
include(GoogleTest)
206
add_library(GTest::GTest ALIAS gtest)
207
add_library(GTest::Main ALIAS gtest_main)
0 commit comments