You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since CPMFindPackage forwards the calls to CPMAddPackage, why doesn't it support all CPMAddPackage arguments? I'm mainly interested in using CPMFindPackage with the URL argument to specify a ZIP archive package. I tried to forward it by adjusting the CPMFindPackage implementation, and it seems to work fine.