cgal/Circular_kernel_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 Benchmarks -> benchmark 2011-03-21 10:50:12 +00:00
demo/Circular_kernel_2 Let's remove all makefiles, now. 2010-08-23 11:03:02 +00:00
doc_tex Update the \ccPkgHowToCiteCgal tag for CGAL-3.8 (2011). 2011-02-24 15:21:10 +00:00
examples/Circular_kernel_2 Remove semi-colon after main() function definition. 2009-12-12 14:32:20 +00:00
include/CGAL add #include<CGAL/config.h> before any directive CGAL_USE_* 2011-03-02 18:52:57 +00:00
package_info/Circular_kernel_2
test/Circular_kernel_2 Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
TODO
changes
dont_submit removed wrong "/"s 2008-10-23 14:20:59 +00:00