summaryrefslogtreecommitdiff
path: root/src/Cech_complex/test/CMakeLists.txt
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-09-28 13:31:37 +0200
committerGitHub <noreply@github.com>2020-09-28 13:31:37 +0200
commita304049bdcfb03aa848d8049923ab796e0761b56 (patch)
treea386998867179699c21a77479b456303a438cd36 /src/Cech_complex/test/CMakeLists.txt
parent6e14ef1f31e09f3875316440303450ff870d9881 (diff)
parent58d79c972198938c6f3655a40540903e08242b36 (diff)
Merge pull request #391 from VincentRouvreau/optional_boost_libraries
Optional boost libraries
Diffstat (limited to 'src/Cech_complex/test/CMakeLists.txt')
-rw-r--r--src/Cech_complex/test/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Cech_complex/test/CMakeLists.txt b/src/Cech_complex/test/CMakeLists.txt
index db510af3..e6a2a18f 100644
--- a/src/Cech_complex/test/CMakeLists.txt
+++ b/src/Cech_complex/test/CMakeLists.txt
@@ -1,6 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
-project(Cech_complex_tests)
-
include(GUDHI_boost_test)
add_executable ( Cech_complex_test_unit test_cech_complex.cpp )