CGAL_TweakFindBoost must be included before any call to FindBoost

This commit is contained in:
Laurent Rineau 2019-05-06 16:40:50 +02:00
parent 91d7fd4cb2
commit 43cc6b2b2d
3 changed files with 3 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_TweakFindBoost.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_TweakFindBoost.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()

View File

@ -134,6 +134,7 @@ endforeach()
include(${CGAL_MODULES_DIR}/CGAL_CreateSingleSourceCGALProgram.cmake)
include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
include(${CGAL_MODULES_DIR}/CGAL_TweakFindBoost.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()