Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
491ecd47ceebaa3ff136df223d4f4112ff577b33
/
.
/
Tests
/
RunCMake
/
Configure
/
CustomTargetAfterError.cmake
blob: 3e264553ba4597a5cd299c039f3a1adc194e765f [
file
]
message
(
SEND_ERROR
"Error before add_custom_target"
)
add_custom_target
(
foo COMMAND echo
)
message
(
SEND_ERROR
"Error after add_custom_target"
)