mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
This commit is contained in:
@@ -108,7 +108,7 @@ bool TestLibraryOrder(bool shouldFail)
|
||||
orderLibs.DebugOn();
|
||||
orderLibs.AddLinkExtension(".so");
|
||||
orderLibs.AddLinkExtension(".a");
|
||||
orderLibs.SetLinkPrefix("lib");
|
||||
orderLibs.AddLinkPrefix("lib");
|
||||
cmTargetManifest manifest;
|
||||
orderLibs.SetLinkInformation("test", linkLibraries, linkDirectories,
|
||||
manifest, "");
|
||||
|
||||
Reference in New Issue
Block a user