BracketComment5.cmake 363 B

1234567891011
  1. #[[
  2. message(FATAL_ERROR "This is commented out.")
  3. #]] #[[
  4. message(FATAL_ERROR "This is commented out.")
  5. #]]#[[
  6. message(FATAL_ERROR "This is commented out.")
  7. #]] #message(FATAL_ERROR "This is commented out.")
  8. #[[
  9. message(FATAL_ERROR "This is commented out.")
  10. #]]#message(FATAL_ERROR "This is commented out.")
  11. message(STATUS "The above FATAL_ERROR did not occur.")