Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
Configure
/
CustomTargetAfterError.cmake
blob: 3e264553ba4597a5cd299c039f3a1adc194e765f [
file
] [
log
] [
blame
] [
edit
]
message
(
SEND_ERROR
"Error before add_custom_target"
)
add_custom_target
(
foo COMMAND echo
)
message
(
SEND_ERROR
"Error after add_custom_target"
)