cgal/Principal_component_analysis
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/Principal_component_analysis Global handling of CMake policies (second part) 2011-04-28 10:55:56 +00:00
doc_tex Add \ccPkgDemo 2011-03-08 07:50:07 +00:00
examples/Principal_component_analysis
include/CGAL Use CGAL::abs instead of fabs 2011-02-16 14:22:59 +00:00
package_info/Principal_component_analysis Remove myself from maintainer files. 2010-09-15 12:32:09 +00:00
test/Principal_component_analysis 0.0 -> FT(0) in order to quiet VC++ 2010-09-27 07:47:24 +00:00
dont_submit restore PCA demo 2009-09-04 14:49:49 +00:00