summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/BracketComment5.cmake
blob: bb6d9f3184b670d409725a53726514c0706c9acc (plain)
1
2
3
4
5
6
#[[
message(FATAL_ERROR "This is commented out.")
#]] #[[
message(FATAL_ERROR "This is commented out.")
#]] #message(FATAL_ERROR "This is commented out.")
message(STATUS "The above FATAL_ERROR did not occur.")