Add missing depend because of registry write with complex name, they can not be done in parallel.

This commit is contained in:
Bill Hoffman 2009-11-03 19:13:40 -05:00
parent 2733f4f8e7
commit 9c12894636
1 changed files with 2 additions and 0 deletions

View File

@ -621,6 +621,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