Skip to content

Commit

Permalink
add a .CR/LF in a test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeterMugaas committed Jul 8, 2024
1 parent 5a64fe4 commit 07f0ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ file(WRITE
"int main()\r\n"
"{\r\n"
" std::cout << std::format(\"Hello {}\", \"world\");\r\n"
" return 0;"
"}")
" return 0;\r\n"
"}\r\n")
try_compile(FORMAT_SUPPORTED
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/CMakeTmp/testCCompiler.cpp
Expand Down

0 comments on commit 07f0ef8

Please sign in to comment.