summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-13 16:40:09 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-13 16:40:09 +0200
commit4f4fef6c14afa8371d9273b7161c78213bfcd6f6 (patch)
treeadd84598cf9ca38852adfa3b23d5e834f9910e64 /CMakeLists.txt
parent610ed41d9465f3b8fc56535368b467e217399ac1 (diff)
Move new option in the correct file. Disable every option when only build cpp documentation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47d87cd1..f946e111 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,3 @@
-
-option(WITH_GUDHI_CPP_DOCUMENTATION_ONLY "Build only the GUDHI C++ documentation (with doxygen)." OFF)
-
cmake_minimum_required(VERSION 3.5)
project(GUDHIdev)