summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/example/CMakeLists.txt4
-rw-r--r--src/common/test/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/common/example/CMakeLists.txt b/src/common/example/CMakeLists.txt
index 2914756e..5aeaa8c6 100644
--- a/src/common/example/CMakeLists.txt
+++ b/src/common/example/CMakeLists.txt
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 2.6)
project(GUDHIDelaunayTriangulationOffFileReadWrite)
-# need CGAL 4.6
+# need CGAL 4.7
if(CGAL_FOUND)
- if (NOT CGAL_VERSION VERSION_LESS 4.6.0)
+ if (NOT CGAL_VERSION VERSION_LESS 4.7.0)
find_package(Eigen3 3.1.0)
if (EIGEN3_FOUND)
message(STATUS "Eigen3 version: ${EIGEN3_VERSION}.")
diff --git a/src/common/test/CMakeLists.txt b/src/common/test/CMakeLists.txt
index 6205f0e4..789546ae 100644
--- a/src/common/test/CMakeLists.txt
+++ b/src/common/test/CMakeLists.txt
@@ -10,9 +10,9 @@ if (GPROF_PATH)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg")
endif()
-# need CGAL 4.6
+# need CGAL 4.7
if(CGAL_FOUND)
- if (NOT CGAL_VERSION VERSION_LESS 4.6.0)
+ if (NOT CGAL_VERSION VERSION_LESS 4.7.0)
find_package(Eigen3 3.1.0)
if (EIGEN3_FOUND)
message(STATUS "Eigen3 version: ${EIGEN3_VERSION}.")