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

8 lines
166 B
CMake
Raw Normal View History

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