cgal/Filtered_kernel
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/Filtered_kernel Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
developer_scripts update for Filtered_kernel 2010-12-29 08:51:11 +00:00
examples/Filtered_kernel add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
include/CGAL Use SSE2 based versions of abs, min, max 2011-04-01 14:02:58 +00:00
package_info/Filtered_kernel Remove myself from maintainer files. 2010-09-15 12:32:09 +00:00
test/Filtered_kernel Replace #undef CGAL_NO_STATIC_FILTERS by explicit true template argument. 2009-10-16 13:52:49 +00:00
TODO
TODO_static_filters typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00
dont_submit