cmake/Tests/RunCMake/Syntax/StringCRLF.cmake
2014-08-03 19:52:23 +02:00

7 lines
117 B
CMake

if("a
b" STREQUAL "a\nb")
message("CRLF->LF worked")
else()
message(FATAL_ERROR "CRLF->LF failed")
endif()