CMP0167-OLD.cmake 166 B

1234567
  1. cmake_policy(SET CMP0167 OLD)
  2. set(_FindBoost_testing 1)
  3. include(FindBoost)
  4. if(NOT _FindBoost_included)
  5. message(FATAL_ERROR "FindBoost.cmake not included")
  6. endif()