summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/benchmark/CMakeLists.txt
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-26 10:26:23 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-26 10:26:23 +0000
commit88a606bd964144d8045fe91debbfcc77064a73a2 (patch)
tree31af1548b2b09b487d3f3d6d9bd4cde3c9c85912 /src/Bottleneck_distance/benchmark/CMakeLists.txt
parentad9c182c0ffa8b517cd20d174de823db05250514 (diff)
parent69f1406e4cea402670fec98338055ce4fe48f8b0 (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2013 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 28547c36fb65eea6cf30091678e132763c3d0507
Diffstat (limited to 'src/Bottleneck_distance/benchmark/CMakeLists.txt')
-rw-r--r--src/Bottleneck_distance/benchmark/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Bottleneck_distance/benchmark/CMakeLists.txt b/src/Bottleneck_distance/benchmark/CMakeLists.txt
index f70dd8ff..355e8d31 100644
--- a/src/Bottleneck_distance/benchmark/CMakeLists.txt
+++ b/src/Bottleneck_distance/benchmark/CMakeLists.txt
@@ -6,8 +6,6 @@ project(Bottleneck_distance_benchmark)
# cmake -DCGAL_DIR=~/workspace/CGAL-4.8 ../../..
if(CGAL_FOUND)
if (NOT CGAL_VERSION VERSION_LESS 4.8.0)
- if (EIGEN3_FOUND)
- add_executable ( bottleneck_chrono bottleneck_chrono.cpp )
- endif()
+ add_executable ( bottleneck_chrono bottleneck_chrono.cpp )
endif ()
endif()