Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
Syntax
/
CMP0053-NameWithEscapedSpacesQuoted.cmake
blob: 58d8e8ff7223e4131a23218ad3d277cc39df5948 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0053 NEW
)
message
(
"${var\ with\ escaped\ space}"
)