diff --git a/CMakeLists.txt b/CMakeLists.txt index 25472dfa..7b71253e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ set(COOLLAB_REQUIRE_ALL_FEATURES OFF CACHE BOOL "Some features are optional, lik set(OPENSSL_USE_STATIC_LIBS TRUE) if(APPLE) - find_package(OpenSSL 3.2) # Otherwise finds 3.3 which isn't compatible with cpp-httplib + find_package(OpenSSL 3.2 EXACT) # Otherwise finds 3.3 which isn't compatible with cpp-httplib else() find_package(OpenSSL 3) endif()