mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
This commit is contained in:
@@ -132,6 +132,6 @@ bool cmFindLibraryCommand::Invoke(std::vector<std::string>& args)
|
||||
"NOTFOUND",
|
||||
helpString.c_str(),
|
||||
cmCacheManager::PATH);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user