summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/StringCRLF.cmake
blob: 14aad31a233c80ff3c9f681f20d0516c4ac52c47 (plain)
1
2
3
4
5
6
if("a
b" STREQUAL "a\nb")
  message("CRLF->LF worked")
else()
  message(FATAL_ERROR "CRLF->LF failed")
endif()