Skip to content

Commit ad40a9a

Browse files
authored
Always install libdecrepit for BoringSSL benchmark (#1513)
google/boringssl@2d7f6c6 changed how BoringSSL handles installing targets, update our small patch to use the latest way to install libdecrepit
1 parent c9c12f1 commit ad40a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/run_benchmark_build_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function build_openssl {
6666
function build_boringssl {
6767
git clone --depth 1 https://github.com/google/boringssl.git "${scratch_folder}/boringssl"
6868
pushd "${scratch_folder}/boringssl"
69-
echo "install_if_enabled(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
69+
echo "install(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
7070
cmake -GNinja \
7171
-DCMAKE_INSTALL_PREFIX="${install_dir}/boringssl" \
7272
-DCMAKE_BUILD_TYPE=RelWithDebInfo .

0 commit comments

Comments
 (0)