Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
Syntax
/
BracketComment3.cmake
blob: ffd03a9311858ea6b355918c341a884f5accf08e [
file
] [
log
] [
blame
]
#[[Text on opening line
message
(
FATAL_ERROR
"This is commented out."
)
#]=]]
message
(
STATUS
"The above FATAL_ERROR did not occur."
)