cgal/Boolean_set_operations_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
..
demo Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
doc_tex Update the \ccPkgHowToCiteCgal tag for CGAL-3.8 (2011). 2011-02-24 15:21:10 +00:00
examples/Boolean_set_operations_2 removed obsolete workarround for VC++ and cleanup 2010-05-16 13:06:52 +00:00
include/CGAL Revert last commit, sorry 2011-03-13 11:42:28 +00:00
package_info/Boolean_set_operations_2 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Boolean_set_operations_2 Modify the test file so that the check function do not display warnings 2010-08-20 09:39:25 +00:00
Boolean_set_operations.dxy updated 2007-04-29 22:31:25 +00:00
dont_submit Merged revisions 53882,53891-53892,53900,53902-53905 via svnmerge from 2010-01-29 14:35:38 +00:00