diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-03 23:46:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-03 23:46:52 (GMT) |
commit | 16b65d86c9842b04cf1abda0604a23956f5a7e33 (patch) | |
tree | 35ab79a5ff825ecb81490d40f95f6f342478bcfd /Tests/ComplexOneConfig/Executable/complex.cxx | |
parent | ded7d151446dd889956c294188c7bf65e3063e96 (diff) | |
download | CMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.zip CMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.tar.gz CMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.tar.bz2 |
ENH: try and debug the failed test on the continuous
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/complex.cxx')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx index 3a9f150..6c62da3 100644 --- a/Tests/ComplexOneConfig/Executable/complex.cxx +++ b/Tests/ComplexOneConfig/Executable/complex.cxx @@ -52,6 +52,7 @@ bool TestLibraryOrder(bool shouldFail) std::vector<cmStdString> sortedpaths; std::vector<cmStdString> linkItems; cmOrderLinkDirectories orderLibs; + orderLibs.DebugOn(); orderLibs.AddLinkExtension(".so"); orderLibs.AddLinkExtension(".a"); orderLibs.SetLinkInformation(target, cmTarget::GENERAL, "A"); |