mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
These were missed in commit 1bb1769235 (cmake_language: Add EXIT
subcommand, 2024-01-05, v3.29.0-rc1~112^2).
Fixes: #25674
6 lines
149 B
CMake
6 lines
149 B
CMake
while(1)
|
|
cmake_language(EXIT 9)
|
|
message(FATAL_ERROR "This should not be reached!")
|
|
endwhile()
|
|
message(FATAL_ERROR "This should not be reached!")
|