cmake/Tests/RunCMake/find_package/CMP0167-WARN.cmake

7 lines
147 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
set(_FindBoost_testing TRUE)
find_package(Boost MODULE)
if(NOT _FindBoost_included)
message(FATAL_ERROR "FindBoost.cmake not included")
endif()