mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
6 lines
127 B
CMake
6 lines
127 B
CMake
set(paren "(")
|
|
if(${paren})
|
|
message(STATUS "Condition incorrectly true")
|
|
endif()
|
|
message(STATUS "Code incorrectly accepted")
|