openssl-cmake icon indicating copy to clipboard operation
openssl-cmake copied to clipboard

Does it working with CPM?

Open hks2002 opened this issue 2 years ago • 2 comments

In my project, it will stop at the download process. Is someone have the success use with CPM cpmfindpackage()?

hks2002 avatar Dec 31 '23 04:12 hks2002

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
)

jmigual avatar Apr 29 '24 12:04 jmigual