Skip to content

Find correct OpenSSL when building curl and aws-crt

Morten Ofstad requested to merge feature/morten.ofstad/FindCorrectOpenSSL into master

Add OPENSSL_ROOT_DIR to CMAKE_PREFIX_PATH when building curl and aws-crt and make sure to set PKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON when building aws-crt since they forgot to set cmake_minimum_required which means pkg_check_modules in FindOpenSSL would return information for the system openssl instead of the one we built.

Merge request reports