cgal/Envelope_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
..
demo/Envelope_3 Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
doc_tex Add \ccPkgDemo 2011-03-08 07:59:47 +00:00
examples/Envelope_3 removed ex_ from example names 2010-04-13 08:51:32 +00:00
include/CGAL deprecated Arr_face_map.h, use Arr_face_index_map.h instead 2010-06-25 09:39:36 +00:00
package_info/Envelope_3 Remove svn:executable property on *.xpm *.odp */maintainer files 2009-01-03 13:38:09 +00:00
test/Envelope_3 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Envelope_3.dxy