cgal/GraphicsView/demo/Bounding_volumes
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
..
icons Backport from trunk: 2010-08-12 13:49:43 +00:00
Bounding_volumes.cpp Use types consistently to avoid warning. 2010-10-29 13:12:27 +00:00
Bounding_volumes.qrc Backport from trunk: 2010-08-12 13:49:43 +00:00
Bounding_volumes.ui Backport from trunk: 2010-08-12 13:49:43 +00:00
CMakeLists.txt Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
Ellipse.h Remove the svn:executable property for C++ files. 2010-07-01 16:06:05 +00:00
about_Bounding_volumes.html Initial convex_hull/min_circle/min_rectangle/min_parallelogram demo 2010-06-16 15:10:07 +00:00