Add Boost_DEBUG as an advanced OPTION

This commit is contained in:
Laurent Rineau 2014-11-21 11:41:18 +01:00
parent 9da107f450
commit 8231a36e89
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ if( NOT CGAL_TweakFindBoost )
set(CGAL_Boost_USE_STATIC_LIBS_DEFAULT OFF)
endif()
option(Boost_DEBUG "Activate the debug messages of the script FindBoost" OFF)
mark_as_advanced(Boost_DEBUG)
option(CGAL_Boost_USE_STATIC_LIBS "Link with static Boost libraries" ${CGAL_Boost_USE_STATIC_LIBS_DEFAULT})
mark_as_advanced(CGAL_Boost_USE_STATIC_LIBS)