Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
e8f50e90
Commit
e8f50e90
authored
Nov 03, 2009
by
Bill Hoffman
Browse files
Add missing depend on the branch to get release out as it does not really affect the RC
parent
86eac830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/CMakeLists.txt
View file @
e8f50e90
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment