Include CGAL_Common.cmake, where variable EIGEN3_USE_FILE is defined.

This commit is contained in:
Guillaume Damiand 2018-11-06 11:03:59 +01:00
parent 7d406fbb9c
commit 0c3878694b
2 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,7 @@ set(CGAL_DISABLE_GMP "@CGAL_DISABLE_GMP@")
include(${CGAL_MODULES_DIR}/CGAL_CreateSingleSourceCGALProgram.cmake)
include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
include(${CGAL_MODULES_DIR}/CGAL_Common.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()

View File

@ -154,6 +154,7 @@ set(CGAL_DISABLE_GMP "@CGAL_DISABLE_GMP@")
include(${CGAL_MODULES_DIR}/CGAL_CreateSingleSourceCGALProgram.cmake)
include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
include(${CGAL_MODULES_DIR}/CGAL_Common.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()