cmake/Tests/RunCMake/Syntax/BracketComment3.cmake

5 lines
131 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
#[[Text on opening line
message(FATAL_ERROR "This is commented out.")
#]=]]
message(STATUS "The above FATAL_ERROR did not occur.")