diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-11 13:12:02 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-11 13:12:02 -0500 |
commit | 332cd81fdd572f4c9576adb54172a575c21aa69c (patch) | |
tree | 136fdd21ca207969b0b61032a242bb729ef53bc2 /Tests/ComplexRelativePaths | |
parent | 1ab9f4747d2c306cdbc440fb506ba90bc6802250 (diff) | |
download | cmake-332cd81fdd572f4c9576adb54172a575c21aa69c.tar.gz |
ENH: try to see if there is still a problem
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/complex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx index f182ce3152..6c62da37b9 100644 --- a/Tests/ComplexRelativePaths/Executable/complex.cxx +++ b/Tests/ComplexRelativePaths/Executable/complex.cxx @@ -1011,7 +1011,7 @@ int main() } else { - cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); + cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); } // next run with shouldPass = true, this will // run with B/libA.a removed and should create the order |