mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
6a6f1d1edd
Fixes: #21004
5 lines
185 B
CMake
5 lines
185 B
CMake
message(SEND_ERROR "SEND_ERROR")
|
|
message(FATAL_ERROR "FATAL_ERROR")
|
|
# This shouldn't get printed because the script aborts on FATAL_ERROR
|
|
message(SEND_ERROR "reaching the unreachable")
|