diff --git a/CMakeLists.txt b/CMakeLists.txt index 87eab957d50..15450dbb5c2 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