summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/CMP0167-OLD.cmake
blob: 09630cbfd991daa5ac68cda24c0b6aace7fb442a (plain)
1
2
3
4
5
6
7
cmake_policy(SET CMP0167 OLD)
set(_FindBoost_testing 1)
include(FindBoost)

if(NOT _FindBoost_included)
  message(FATAL_ERROR "FindBoost.cmake not included")
endif()