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