mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
b54dbebf62
Bracket arguments recorded in command invocations inside foreach, function, and macro blocks should not have any replacements done when the arguments are replayed later. Teach the RunCMake.Syntax test to cover these cases.
4 lines
56 B
CMake
4 lines
56 B
CMake
foreach(x a b)
|
|
message([[${x}:]] "${x}")
|
|
endforeach()
|