CMake>=2.6.3 is required

I have tested: with CMake-2.6.2, there is a configuration error:

CMake Error: Error in cmake code at
/home/lrineau/Git/cgal/Installation/cmake/modules/CGAL_Macros.cmake:213:
Parse error.  Function missing ending ")".  Instead found left paren with text "(".

With CMake-2.6.3, that works.
This commit is contained in:
Laurent Rineau 2015-06-08 14:09:51 +02:00
parent 45ee5e9d09
commit 648ccb1510
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ In order to build the \cgal libraries, you need a \cpp compiler.
In order to configure, build, and install the \cgal libraries, examples and
demos, you need CMake, a cross-platform "makefile generator".
If CMake is not installed already you can obtain it from <A HREF="http://www.cmake.org/">`http://www.cmake.org/`</A>.
CMake version 2.6.2 or higher is required. On Windows, CMake
CMake version 2.6.3 or higher is required. On Windows, CMake
version 2.8.6 or higher is required, for a proper support of DLL's
generation.
This manual explains only those features of

View File

@ -26,7 +26,7 @@ To install CGAL, you need 'cmake' and several third-party libraries.
Some are essential for entire CGAL, some are mandatory for particular
CGAL packages, some are only needed for demos.
* CMake (>= 2.6.2), the build system used by CGAL
* CMake (>= 2.6.3), the build system used by CGAL
Required for building CGAL
On Windows, CMake >= 2.8.6 is required.