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
In my project, it will stop at the download process. Is someone have the success use with CPM cpmfindpackage()?
The text was updated successfully, but these errors were encountered:
Yes, I have been successful, here's how I import it with CPM:
CPMAddPackage( NAME OpenSSL GITHUB_REPOSITORY janbar/openssl-cmake GIT_TAG 1.1.1w-20231130 OPTIONS "WITH_APPS OFF" EXCLUDE_FROM_ALL YES SYSTEM YES )
Sorry, something went wrong.
if you try to find with find_package(OpenSSL REQUIRED) you will get this error
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the [cmake] system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)
No branches or pull requests
In my project, it will stop at the download process.
Is someone have the success use with CPM cpmfindpackage()?
The text was updated successfully, but these errors were encountered: