summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresetsWorkflow/Fresh.cmake
blob: 4cf999f33953cdf3efe8299808b69903e319ec6f (plain)
1
2
3
4
option(FRESH_CONFIGURE "" ON)
if(NOT FRESH_CONFIGURE)
  message(FATAL_ERROR "FRESH_CONFIGURE is ${FRESH_CONFIGURE}, should be ON")
endif()