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

8 lines
177 B
CMake
Raw Normal View History

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