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