Skip to content

Commit 0e57e52

Browse files
committed
Forward CMAKE_EXTRA_ARGS.
1 parent ef61eeb commit 0e57e52

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/configure-cmake-integration-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ cmake -G Ninja -D CMAKE_COMPILE_WARNING_AS_ERROR=TRUE \
2020
-D OPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" \
2121
-D LD_TESTING_SANITIZERS=OFF \
2222
-D CMAKE_INSTALL_PREFIX="$CMAKE_INSTALL_PREFIX" \
23-
-D LD_BUILD_EXAMPLES=OFF ..
23+
-D LD_BUILD_EXAMPLES=OFF \
24+
$CMAKE_EXTRA_ARGS ..

0 commit comments

Comments
 (0)