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.