summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/CMP0053-At-WARN-newlines.cmake
blob: c493505b1add849bbc5492347d93eaa63e627d1c (plain)
1
2
3
4
5
6
set(right "wrong")
set(var "\${right}")
# Expanded here with the old policy.
set(ref "
@var@
")