cgal/Triangulation_2
Laurent Rineau c97205f085 Global handling of CMake policies (second part)
We declare 
  cmake_minimum_required(VERSION 2.6.2)
but we also use
  cmake_policy(VERSION 2.8.4)
to declare that our CMake scripts are OK with all the defaults of CMake policies
as of CMake-2.8.4. That shuts down the warnings of CMake-2.8.4.

That way, we no longer need any declaration of specific policies.

Those two lines must be present and maintained in all our CMakeLists.txt
files (the one for the libraries, and also the one for examples and demos,
and maybe tests).
2011-04-28 10:55:56 +00:00
..
benchmark/Triangulation_2 Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
demo/Triangulation_2 Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2 2011-04-27 18:06:32 +00:00
doc_tex typo 2011-04-12 12:15:39 +00:00
examples/Triangulation_2 fix documentation from branch (code merged in r60697) 2011-02-28 17:22:38 +00:00
include/CGAL Remove unused lines 2011-04-12 10:08:00 +00:00
package_info/Triangulation_2 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Triangulation_2 Remove unused lines 2011-04-12 10:08:00 +00:00
TODO added a TODO to improve Delaunay demo 2009-09-03 14:28:06 +00:00
dont_submit Add a benchmark 2010-11-22 12:52:11 +00:00