MantisBT - CMake
View Issue Details
0010910CMakeCTestpublic2010-06-29 15:542010-12-14 18:50
Zack Galbreath 
Zach Mullen 
normalminoralways
closedfixed 
CMake-2-8 
CMake-2-8 
0010910: redundant test dependencies detected as cycles
If a test has multiple dependencies it's possible that CTest will erroneously detect a cycle. Here's an example of when this will happen:

Test A depends on test B & C
Test B also depends on C

in this case CTest will report a cycle in the dependency graph for test C, which actually has no dependencies.

The attached CMakeLists.txt reproduces this problem.
No tags attached.
txt CMakeLists.txt (280) 2010-06-29 15:54
https://public.kitware.com/Bug/file/3214/CMakeLists.txt
Issue History
2010-06-29 15:54Zack GalbreathNew Issue
2010-06-29 15:55Zack GalbreathFile Added: CMakeLists.txt
2010-06-29 20:30Zach MullenStatusnew => assigned
2010-06-29 20:30Zach MullenAssigned To => Zach Mullen
2010-06-30 10:48Zach MullenStatusassigned => resolved
2010-06-30 10:48Zach MullenFixed in Version => CMake-2-8
2010-06-30 10:48Zach MullenResolutionopen => fixed
2010-12-14 18:50David ColeNote Added: 0024105
2010-12-14 18:50David ColeStatusresolved => closed

Notes
(0024105)
David Cole   
2010-12-14 18:50   
Closing bugs that have been resolved for more than 3 months without any further updates.