cgal/Algebraic_kernel_d
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
..
doc_tex Add a \section{Introduction} so that the text of the intro is not glued to 2011-03-08 15:25:22 +00:00
examples/Algebraic_kernel_d Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
include/CGAL added _1 suffix to some confusing filenames 2011-04-18 09:26:41 +00:00
package_info/Algebraic_kernel_d updated package_info directory 2011-03-22 09:32:09 +00:00
test/Algebraic_kernel_d Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
dont_submit eliminated code related to the handling of RS allocators (now done automatically inside the library) 2009-12-23 12:01:58 +00:00