mirror of https://github.com/CGAL/cgal
CGAL_TweakFindBoost must be included before any call to FindBoost
This commit is contained in:
parent
91d7fd4cb2
commit
43cc6b2b2d
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue