CMP0167-WARN.cmake 158 B

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