diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-20 05:12:27 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-20 05:12:27 (GMT) |
commit | 049a4820a23ba3f939246f96458a281ddc8f29a2 (patch) | |
tree | d963cc29b925ef5c83b7f914f36a078fc3112147 /Tests/ComplexRelativePaths/cmTestConfigure.h.in | |
parent | df5131adc294301b08783a6bc9738afd2049d197 (diff) | |
download | CMake-049a4820a23ba3f939246f96458a281ddc8f29a2.zip CMake-049a4820a23ba3f939246f96458a281ddc8f29a2.tar.gz CMake-049a4820a23ba3f939246f96458a281ddc8f29a2.tar.bz2 |
More tests + coverage
Diffstat (limited to 'Tests/ComplexRelativePaths/cmTestConfigure.h.in')
-rw-r--r-- | Tests/ComplexRelativePaths/cmTestConfigure.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/cmTestConfigure.h.in b/Tests/ComplexRelativePaths/cmTestConfigure.h.in index bd4f9a3..2ea6388 100644 --- a/Tests/ComplexRelativePaths/cmTestConfigure.h.in +++ b/Tests/ComplexRelativePaths/cmTestConfigure.h.in @@ -25,6 +25,8 @@ #define CACHE_TEST_VAR1 "${CACHE_TEST_VAR1}" #define CACHE_TEST_VAR2 "${CACHE_TEST_VAR2}" #define CACHE_TEST_VAR3 "${CACHE_TEST_VAR3}" +#cmakedefine CACHE_TEST_VAR_EXCLUDED +#define CACHE_TEST_VAR_INTERNAL "${CACHE_TEST_VAR_INTERNAL}" // Test internal CMake vars from C++ flags |