mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
BUG: bug num 1994 library linking when a config is not specified but debug and opt libs are
This commit is contained in:
@@ -258,7 +258,7 @@ void cmOrderLinkDirectories::SetLinkInformation(cmTarget& target,
|
||||
continue;
|
||||
}
|
||||
if (lib->second == cmTarget::OPTIMIZED &&
|
||||
linktype != cmTarget::OPTIMIZED)
|
||||
(linktype != cmTarget::OPTIMIZED && linktype != cmTarget::GENERAL))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user