diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-27 18:54:31 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-27 18:54:31 (GMT) |
commit | 85b286f04e85f8acb8add3fb6d00d362d34f72dc (patch) | |
tree | 3283e51323f46865dbceb3df966807719f28acea /Tests/ComplexRelativePaths/cmTestConfigure.h.in | |
parent | 1623dc2183996810c00417e9bc532ce38f7c893e (diff) | |
download | CMake-85b286f04e85f8acb8add3fb6d00d362d34f72dc.zip CMake-85b286f04e85f8acb8add3fb6d00d362d34f72dc.tar.gz CMake-85b286f04e85f8acb8add3fb6d00d362d34f72dc.tar.bz2 |
ENH: add a more stressing FOREACH test.
Diffstat (limited to 'Tests/ComplexRelativePaths/cmTestConfigure.h.in')
-rw-r--r-- | Tests/ComplexRelativePaths/cmTestConfigure.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/cmTestConfigure.h.in b/Tests/ComplexRelativePaths/cmTestConfigure.h.in index 2ea6388..0d4caee 100644 --- a/Tests/ComplexRelativePaths/cmTestConfigure.h.in +++ b/Tests/ComplexRelativePaths/cmTestConfigure.h.in @@ -10,6 +10,7 @@ #define FOREACH_VAR1 "${FOREACH_VAR1}" #define FOREACH_VAR2 "${FOREACH_VAR2}" +#define FOREACH_CONCAT "${FOREACH_CONCAT}" // Test FIND_FILE, FIND_PATH and various GET_FILENAME_COMPONENT combinations |