openssl-cmake
openssl-cmake copied to clipboard
Does it working with CPM?
In my project, it will stop at the download process. Is someone have the success use with CPM cpmfindpackage()?
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
)