We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm adding libogg like this:
CPMAddPackage(NAME libogg URL http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz URL_HASH SHA256=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705 OPTIONS "BUILD_TESTING OFF")
which results in the following output:
CPM: Adding package libogg@ ()
For other downloads CPM automatically picks up the version number from the filename, would be great if it works here, too :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm adding libogg like this:
which results in the following output:
For other downloads CPM automatically picks up the version number from the filename, would be great if it works here, too :)
The text was updated successfully, but these errors were encountered: