Merge pull request #140 from robertodr/master
Print an informative message when -DFORCE_CUSTOM_BOOST=ON
This commit is contained in:
commit
ed77160a1c
@ -78,6 +78,7 @@ set(Boost_DETAILED_FAILURE_MESSAGE OFF)
|
||||
set(BUILD_CUSTOM_BOOST FALSE)
|
||||
if(FORCE_CUSTOM_BOOST)
|
||||
set(BUILD_CUSTOM_BOOST TRUE)
|
||||
message(STATUS "Force automatic build of Boost")
|
||||
# Just to avoid unused variable warning from CMake
|
||||
set(BOOST_INCLUDEDIR "")
|
||||
set(BOOST_LIBRARYDIR "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user