summaryrefslogtreecommitdiff
path: root/src/cmake
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-16 15:36:33 +0200
committerGitHub <noreply@github.com>2022-06-16 15:36:33 +0200
commit854ae4169ece5edfaae15526f42314b0976e2b84 (patch)
tree3ca9b6966694237b61609f975fe5b4932f579938 /src/cmake
parenteb1e6f67cf94e2f3991d9092131621e09b1ee257 (diff)
parent2d20991dd44c621b7becd06c086948f666de4da4 (diff)
Merge pull request #498 from Hind-M/fetch_datasets
Fetch datasets
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/GUDHI_options.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmake/modules/GUDHI_options.cmake b/src/cmake/modules/GUDHI_options.cmake
index bffb3ffc..c75b72f5 100644
--- a/src/cmake/modules/GUDHI_options.cmake
+++ b/src/cmake/modules/GUDHI_options.cmake
@@ -1,5 +1,6 @@
option(WITH_GUDHI_BENCHMARK "Activate/deactivate benchmark compilation" OFF)
option(WITH_GUDHI_EXAMPLE "Activate/deactivate examples compilation and installation" OFF)
+option(WITH_GUDHI_REMOTE_TEST "Activate/deactivate datasets fetching test which uses the Internet" OFF)
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)