dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

cmake deps: OpenSSL #39

Open dellelce opened 2 years ago

dellelce commented 2 years ago

cmake requires openssl, it can be built without (-DCMAKE_USE_OPENSSL=OFF).

dellelce commented 10 months ago
CMake Error at Utilities/cmcurl/CMakeLists.txt:587 (message):
  Could not find OpenSSL.  Install an OpenSSL development package or
  configure CMake with -DCMAKE_USE_OPENSSL=OFF to build without OpenSSL.