summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/VarTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/VarTests.cmake')
-rw-r--r--Tests/ComplexRelativePaths/VarTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/VarTests.cmake b/Tests/ComplexRelativePaths/VarTests.cmake
index ff18844..d9804a2 100644
--- a/Tests/ComplexRelativePaths/VarTests.cmake
+++ b/Tests/ComplexRelativePaths/VarTests.cmake
@@ -157,7 +157,7 @@ FOREACH (INDEX 1 2)
ENDFOREACH(INDEX)
SET(FOREACH_CONCAT "")
-FOREACH (INDEX "a;b;c;d;e;f;g")
+FOREACH (INDEX a;b;c;d;e;f;g)
SET(FOREACH_CONCAT "${FOREACH_CONCAT}${INDEX}")
ENDFOREACH(INDEX)