Merge pull request #2580 from lrineau/CGAL-Support_CMake_3.10-GF

Renew the handle of policies, for CMake-3.10
This commit is contained in:
Laurent Rineau
2017-11-15 16:47:42 +01:00
62 changed files with 182 additions and 386 deletions
@@ -13,11 +13,6 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
endif()
endif()
if ( COMMAND cmake_policy )
cmake_policy( SET CMP0003 NEW )
endif()
# CGAL and its components
find_package( CGAL QUIET COMPONENTS )