mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
8 lines
160 B
CMake
8 lines
160 B
CMake
set(right "wrong")
|
|
set(var "\${right}")
|
|
# Not expanded here with the new policy.
|
|
set(ref "@var@")
|
|
|
|
string(CONFIGURE "${ref}" output)
|
|
message("-->${output}<--")
|