mirror of https://github.com/CGAL/cgal
Include CGAL_Common.cmake, where variable EIGEN3_USE_FILE is defined.
This commit is contained in:
parent
7d406fbb9c
commit
0c3878694b
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue