summaryrefslogtreecommitdiff
path: root/src/cmake
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-30 11:30:12 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-30 11:30:12 +0200
commit17f68bb5be7a68fab17510740d2bdc28b70decea (patch)
treec0cef2eb456f8b6d32f0967561ca96c5b0c8bf0a /src/cmake
parente31556d04e4a957dd38b3e52e91e1a6cedd47f65 (diff)
code review: rename option WITH_GUDHI_THIRD_PARTY
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/GUDHI_options.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/modules/GUDHI_options.cmake b/src/cmake/modules/GUDHI_options.cmake
index 6655d605..fe328169 100644
--- a/src/cmake/modules/GUDHI_options.cmake
+++ b/src/cmake/modules/GUDHI_options.cmake
@@ -3,9 +3,9 @@ option(WITH_GUDHI_EXAMPLE "Activate/deactivate examples compilation and installa
option(WITH_GUDHI_PYTHON "Activate/deactivate python module compilation and installation" ON)
option(WITH_GUDHI_TEST "Activate/deactivate examples compilation and installation" ON)
option(WITH_GUDHI_UTILITIES "Activate/deactivate utilities compilation and installation" ON)
-option(WITH_GUDHI_CPP_DOCUMENTATION_ONLY "Build only the GUDHI C++ documentation (with doxygen)." OFF)
+option(WITH_GUDHI_THIRD_PARTY "Activate/deactivate third party libraries cmake detection. When set to OFF, it is usefull for doxygen or user_version i.e." ON)
-if (WITH_GUDHI_CPP_DOCUMENTATION_ONLY)
+if (NOT WITH_GUDHI_THIRD_PARTY)
set (WITH_GUDHI_BENCHMARK OFF)
set (WITH_GUDHI_EXAMPLE OFF)
set (WITH_GUDHI_PYTHON OFF)