Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CMakePresetsWorkflow / Fresh.cmake
1 option(FRESH_CONFIGURE "" ON)
2 if(NOT FRESH_CONFIGURE)
3   message(FATAL_ERROR "FRESH_CONFIGURE is ${FRESH_CONFIGURE}, should be ON")
4 endif()