summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/CMP0053-Dollar-NEW.cmake
blob: b81fd56eb4d07729a4dbb8c360db54c530e4359c (plain)
1
2
3
4
5
6
cmake_policy(SET CMP0053 NEW)

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