cmake/Tests/RunCMake/Syntax/BracketCRLF.cmake

9 lines
143 B
CMake
Raw Normal View History

2014-08-03 19:52:23 +02:00
if([[
]] STREQUAL "" AND
[[a
b]] STREQUAL "a\nb")
message("CRLF->LF worked")
else()
message(FATAL_ERROR "CRLF->LF failed")
endif()