cgal/Qt_widget
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/Qt_widget Let's remove all makefiles, now. 2010-08-23 11:03:02 +00:00
doc_tex Remove more EPS files. 2009-09-18 12:53:31 +00:00
include/CGAL/IO branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
package_info/Qt_widget
src/CGALQt3 Global handling of CMake policies 2011-04-28 10:33:17 +00:00
test/Qt_widget Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
TODO
dont_submit Remove doc_tex from the internal releases, so that Qt_widget no longer 2008-11-28 13:43:51 +00:00