blob: 730e8467f47ae1e044027fa7f6a8c27b3701bab6 (
plain)
1
2
3
4
5
6
7
8
9
|
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 ()
|