We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c12f1 commit ad40a9aCopy full SHA for ad40a9a
tests/ci/run_benchmark_build_tests.sh
@@ -66,7 +66,7 @@ function build_openssl {
66
function build_boringssl {
67
git clone --depth 1 https://github.com/google/boringssl.git "${scratch_folder}/boringssl"
68
pushd "${scratch_folder}/boringssl"
69
- echo "install_if_enabled(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
+ echo "install(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
70
cmake -GNinja \
71
-DCMAKE_INSTALL_PREFIX="${install_dir}/boringssl" \
72
-DCMAKE_BUILD_TYPE=RelWithDebInfo .
0 commit comments