cgal/Triangulation_3
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_3 Add a simple benchmark 2011-04-01 14:00:13 +00:00
demo Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
doc_tex added Fei (Sophie) Che as developer of the new demo 2011-03-20 14:46:59 +00:00
examples/Triangulation_3 remove commented lines from example. 2011-03-04 07:12:17 +00:00
include/CGAL remove commented lines from example. 2011-03-04 07:12:17 +00:00
package_info/Triangulation_3 Remove myself from maintainer files. 2010-09-15 12:32:09 +00:00
test/Triangulation_3 fix documentation from branch (code merged in r60697) 2011-02-28 17:22:38 +00:00
TODO
dont_submit Merge the Triangulation_3_Location_policy branch. 2009-11-04 12:57:51 +00:00