cmake/Tests/RunCMake/CMP0106/CMP0106-OLD.cmake

10 lines
235 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
cmake_policy(SET CMP0106 OLD)
set(should_find ON)
include(CMP0106-Common.cmake)
if (NOT DEFINED BUILD_DOCUMENTATION)
message(FATAL_ERROR
"Cache variables seem to have not been made with a `OLD` policy "
"setting.")
endif ()