Files
CMake/Tests/RunCMake/CMakePresetsWorkflow/Fresh.cmake
2022-10-26 12:01:25 -04:00

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()