7 lines
147 B
CMake
7 lines
147 B
CMake
|
set(_FindBoost_testing TRUE)
|
||
|
find_package(Boost MODULE)
|
||
|
|
||
|
if(NOT _FindBoost_included)
|
||
|
message(FATAL_ERROR "FindBoost.cmake not included")
|
||
|
endif()
|