From aacaaa30b74057dfee4649e8ff971d4a32829155 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Wed, 31 Jan 2024 11:34:20 +0900 Subject: [PATCH] update cmake message for SOFA_ALLOW_FETCH_DEPENDENCIES --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87eab957d506..15450dbb5c20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ option(SOFA_BUILD_RELEASE_PACKAGE "Run package specific configure" OFF) # Option to allow some dependencies such as cxxopts to be fetched by cmake if # the package is not found option(SOFA_ALLOW_FETCH_DEPENDENCIES "Allow compatible dependencies to be fetched if the package is not found by cmake. - List of dependencies that can be fetched: cxxopts" ON) + List of dependencies that can be fetched: cxxopts, gtest" ON) # Option to accelerate the compilation # see https://cmake.org/cmake/help/v3.16/command/target_precompile_headers.html