From 0c3878694bc384493a7bb50ffe3d3293e02d21fb Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 6 Nov 2018 11:03:59 +0100 Subject: [PATCH] Include CGAL_Common.cmake, where variable EIGEN3_USE_FILE is defined. --- Installation/cmake/modules/CGALConfig_binary.cmake.in | 1 + Installation/cmake/modules/CGALConfig_install.cmake.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Installation/cmake/modules/CGALConfig_binary.cmake.in b/Installation/cmake/modules/CGALConfig_binary.cmake.in index de25926bf51..6b443bcf52d 100644 --- a/Installation/cmake/modules/CGALConfig_binary.cmake.in +++ b/Installation/cmake/modules/CGALConfig_binary.cmake.in @@ -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() diff --git a/Installation/cmake/modules/CGALConfig_install.cmake.in b/Installation/cmake/modules/CGALConfig_install.cmake.in index 59fc4927bdb..e978b14d93d 100644 --- a/Installation/cmake/modules/CGALConfig_install.cmake.in +++ b/Installation/cmake/modules/CGALConfig_install.cmake.in @@ -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()