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