1 2 3 4 5
set(paren "(") if(${paren}) message(STATUS "Condition incorrectly true") endif() message(STATUS "Code incorrectly accepted")