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