Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
156ac6c728020f904d49b2a3d45b5f155b06d22b
/
.
/
Tests
/
RunCMake
/
Syntax
/
CMP0053-NameWithEscapedSpacesQuoted.cmake
blob: 58d8e8ff7223e4131a23218ad3d277cc39df5948 [
file
]
cmake_policy
(
SET CMP0053 NEW
)
message
(
"${var\ with\ escaped\ space}"
)