summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/CMP0053-Dollar-OLD.cmake
blob: 647f4648ba21fcfc62a8fdd39e53ab56a3c2e370 (plain)
1
2
3
4
5
6
cmake_policy(SET CMP0053 OLD)

set($ value)
set(dollar $)
message("-->${${dollar}}<--")
message("-->${$}<--")