Skip to content

Commit

Permalink
update cmake message for SOFA_ALLOW_FETCH_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Jan 31, 2024
1 parent 1350c16 commit b3904c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3904c5

Please sign in to comment.