CMP0167-NEW.cmake 181 B

1234567
  1. cmake_policy(SET CMP0167 NEW)
  2. set(_FindBoost_testing TRUE)
  3. find_package(Boost MODULE)
  4. if(_FindBoost_included)
  5. message(FATAL_ERROR "FindBoost.cmake erroneously included")
  6. endif()