Files
CMake/Tests/RunCMake/Syntax/At.cmake
2025-01-20 09:46:55 -05:00

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}<--")