Commit Graph

7 Commits

Author SHA1 Message Date
Laurent Rineau 3c92718c22 Add project(CGAL) to the master CMakeLists.txt of branch-build
Otherwise the generated IDE projects (in Visual Studio for example) are
named "Project" when branch-build is used.
2011-10-17 12:07:26 +00:00
Laurent Rineau 677ae4c7f4 CMake variables created by the branch-build are marked as advanced 2011-10-12 13:50:17 +00:00
Laurent Rineau deea22aac4 Simplify the URL of the SVN branch (keep only the "path" part) 2011-06-14 12:51:17 +00:00
Laurent Rineau 771760b538 Add the piece of CMake code to detect the URL of the current SVN branch
(Still to-do for Git...)
2011-06-10 09:59:27 +00:00
Laurent Rineau c248afb548 Cosmetic: unify the use of lowercase for CMake commands names 2011-04-27 21:32:54 +00:00
Laurent Rineau ca5c92e034 Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
  - change cmake_minimum_required to VERSION 2.6.2
  - no longer any need for the policy CMP0003 (was for 2.4.x)
  - no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 17:58:27 +00:00
Eric Berberich eb7a5ed11e branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00