Skip to content

Commit

Permalink
[arccore,config] Indique que 'googletest' est toujours trouvé lorsqu'…
Browse files Browse the repository at this point in the history
…on utilise la version interne.
  • Loading branch information
grospelliergilles committed Feb 21, 2024
1 parent a280f0e commit cadcb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arccore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ if (ARCCORE_WANT_TEST)
enable_testing()
if (ARCCORE_USE_BUNDLED_GOOGLETEST)
add_subdirectory(extras/googletest)
set (GTEST_FOUND TRUE)
include(GoogleTest)
add_library(GTest::GTest ALIAS gtest)
add_library(GTest::Main ALIAS gtest_main)
Expand Down

0 comments on commit cadcb76

Please sign in to comment.