Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fca7e77bffa8670b418d4692903e4f86fd311bc9
/
.
/
Tests
/
RunCMake
/
Syntax
/
CMP0053-NameWithNewlineQuoted.cmake
blob: 6fe568db27c8a2e5ab6e2da78db4ecedcf089379 [
file
]
cmake_policy
(
SET CMP0053 NEW
)
message
(
"${var\nwith\nnewline}"
)