12 lines
363 B
CMake
12 lines
363 B
CMake
#[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]] #[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]]#[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]] #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.")
|