mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 07:28:54 -06:00
5 lines
139 B
CMake
5 lines
139 B
CMake
option(FRESH_CONFIGURE "" ON)
|
|
if(NOT FRESH_CONFIGURE)
|
|
message(FATAL_ERROR "FRESH_CONFIGURE is ${FRESH_CONFIGURE}, should be ON")
|
|
endif()
|