Skip to content

Commit

Permalink
try passing in empty variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 2, 2024
1 parent 3c03de5 commit ef513bf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions scripts/configure-cmake-integration-tests.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
#!/bin/bash -e


if [ -z "$BOOST_ROOT" ]; then
echo "BOOST_ROOT is not set. Please set it to the root directory boost so it can be forwarded to CMake integration
tests."
exit 1
fi

if [ -z "$OPENSSL_ROOT_DIR" ]; then
echo "OPENSSL_ROOT_DIR is not set. Please set it to the root directory of OpenSSL so it can be forwarded to CMake
integration tests."
exit 1
fi

function cleanup {
cd ..
}
Expand Down

0 comments on commit ef513bf

Please sign in to comment.