CMP0106-OLD.cmake 235 B

123456789
  1. cmake_policy(SET CMP0106 OLD)
  2. set(should_find ON)
  3. include(CMP0106-Common.cmake)
  4. if (NOT DEFINED BUILD_DOCUMENTATION)
  5. message(FATAL_ERROR
  6. "Cache variables seem to have not been made with a `OLD` policy "
  7. "setting.")
  8. endif ()