Is there any way to download files from password protected Windows shares from a CMake script natively?
I see the the file and ExternalProject commands support URLs but doesn't specify what protocols are supported, so I assume it's web only.
I know I can hack together a shellscript that calls smbget and things like that, but I'm interested in native solutions.