Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a3889c1924e97bd2bd8b31ab13f162be3cb838
/
.
/
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"
)