mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
ENH: try and debug the failed test on the continuous
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user