diff options
author | Brad King <brad.king@kitware.com> | 2011-12-23 20:55:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 21:16:57 (GMT) |
commit | 53d31c2426835d372f3286d134c90b5f6cc79441 (patch) | |
tree | 5ff4ccd64626c377f2dd7288777789ffa11fbb3a /Tests/Complex/cmTestConfigure.h.in | |
parent | c1789e69869370889bbe57f2ec8606ba45ab5034 (diff) | |
download | CMake-53d31c2426835d372f3286d134c90b5f6cc79441.zip CMake-53d31c2426835d372f3286d134c90b5f6cc79441.tar.gz CMake-53d31c2426835d372f3286d134c90b5f6cc79441.tar.bz2 |
complex: Remove unused option to test CMakeLib
Now that the Complex tests do not depend on cmSystemTools or other
classes from CMakeLib the COMPLEX_TEST_CMAKELIB option is useless.
Diffstat (limited to 'Tests/Complex/cmTestConfigure.h.in')
-rw-r--r-- | Tests/Complex/cmTestConfigure.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Complex/cmTestConfigure.h.in b/Tests/Complex/cmTestConfigure.h.in index d7952da..7741b6f 100644 --- a/Tests/Complex/cmTestConfigure.h.in +++ b/Tests/Complex/cmTestConfigure.h.in @@ -4,8 +4,6 @@ #cmakedefine ONE_VAR_IS_DEFINED #cmakedefine ZERO_VAR -#cmakedefine COMPLEX_TEST_CMAKELIB - #define STRING_VAR "${STRING_VAR}" // Test FOREACH |