mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: fix compile error bug# 2020 on mac
This commit is contained in:
@@ -182,7 +182,7 @@ int cmDynamicLoader::CloseLibrary(cmLibHandle lib)
|
||||
// we have to use lib because the macro may not...
|
||||
(void)lib;
|
||||
|
||||
NSUnLinkModule(lib, FALSE);
|
||||
NSUnLinkModule((NSModule)lib, FALSE);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user