mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
8 lines
99 B
CMake
8 lines
99 B
CMake
message(FATAL_ERROR "This should not happen")
|
|
|
|
foreach(i 1 2)
|
|
if(1)
|
|
endforeach()
|
|
endif()
|
|
endif()
|