Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMakePresetsWorkflow
/
Fresh.cmake
blob: 4cf999f33953cdf3efe8299808b69903e319ec6f [
file
]
option
(
FRESH_CONFIGURE
""
ON
)
if
(
NOT FRESH_CONFIGURE
)
message
(
FATAL_ERROR
"FRESH_CONFIGURE is ${FRESH_CONFIGURE}, should be ON"
)
endif
()