cmake/Tests/RunCMake/Syntax/StringCRLF.cmake

7 lines
117 B
CMake
Raw Normal View History

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