diff --git a/CMakeLists.txt b/CMakeLists.txt index f9e605d6..4479f812 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,11 +34,11 @@ endif (WIN32) # CGAL find_package(CGAL REQUIRED) -if (CGAL_VERSION VERSION_GREATER_EQUAL "5.5") +if (CGAL_VERSION VERSION_GREATER_EQUAL "6.0.1") message(STATUS "Found CGAL version ${CGAL_VERSION}") else() message(FATAL_ERROR "Found CGAL version ${CGAL_VERSION} which is not supported!" - "Please use CGAL version 5.5 or higher") + "Please use CGAL version 6.0.1 or higher") return() endif () diff --git a/README.md b/README.md index 52b962ac..7c271f1f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ GMP, MFPR, and Eigen are necessary dependencies for CGAL. Dependencies are generally available in Linux distributions, e.g. in Debian/Ubuntu/Mint: ``` -sudo apt-get install libcmpfr-dev libgmp-dev libboost-all-dev libeigen3-dev libomp-dev libgdal-dev +sudo apt-get install libmpfr-dev libgmp-dev libboost-all-dev libeigen3-dev libomp-dev libgdal-dev ``` CGAL can be directly downloaded from the [release page](https://github.com/CGAL/cgal/releases/tag/v5.6.1) (-library). No install is necessary, only the path to the unzipped folder is required (see below).