cgal/GraphicsView/demo/Segment_Delaunay_graph_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
..
icons
include/CGAL cleanup 2010-11-12 09:03:43 +00:00
CMakeLists.txt Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
Segment_voronoi_2.cpp drag and drop now come from the demo base class 2010-08-14 14:26:05 +00:00
Segment_voronoi_2.qrc Backport from trunk: 2010-08-11 16:03:25 +00:00
Segment_voronoi_2.ui Fix a uic warning. 2009-11-20 10:00:08 +00:00
TODO
about_Segment_voronoi_2.html
svd-typedefs.h