Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
Syntax
/
CMP0053-At-WARN-newlines.cmake
blob: c493505b1add849bbc5492347d93eaa63e627d1c [
file
] [
log
] [
blame
]
set
(
right
"wrong"
)
set
(
var
"\${right}"
)
# Expanded here with the old policy.
set
(
ref
"
@var@
"
)