diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-04 00:10:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-04 00:10:57 (GMT) |
commit | e8f50e90e983b358ff8a729015db3608a51b6f83 (patch) | |
tree | 68f2975021ad49c4fedab23cf7ce6202e9f2ab02 | |
parent | 86eac830b353b304fae635f91cebc888e1c37933 (diff) | |
download | CMake-e8f50e90e983b358ff8a729015db3608a51b6f83.zip CMake-e8f50e90e983b358ff8a729015db3608a51b6f83.tar.gz CMake-e8f50e90e983b358ff8a729015db3608a51b6f83.tar.bz2 |
Add missing depend on the branch to get release out as it does not really affect the RC
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index ae39fdf..110ca97 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -612,6 +612,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} --test-command complex) LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ComplexOneConfig") + # because of the registry write these tests depend on each other + SET_TESTS_PROPERTIES ( complex PROPERTIES DEPENDS complexOneConfig) # This fails on VS 70 # works on Xcode and makefiles |