From cadcb76a253fcc4b379f0151b8d6b7e7f581a5e7 Mon Sep 17 00:00:00 2001 From: Gilles Grospellier Date: Wed, 21 Feb 2024 09:48:37 +0100 Subject: [PATCH] =?UTF-8?q?[arccore,config]=20Indique=20que=20'googletest'?= =?UTF-8?q?=20est=20toujours=20trouv=C3=A9=20lorsqu'on=20utilise=20la=20ve?= =?UTF-8?q?rsion=20interne.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arccore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/arccore/CMakeLists.txt b/arccore/CMakeLists.txt index 21e8300d5c..e4e88074fa 100644 --- a/arccore/CMakeLists.txt +++ b/arccore/CMakeLists.txt @@ -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)