Skip to content

Commit 16be1bf

Browse files
committed
add directory to cmake command
1 parent 5288581 commit 16be1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/compile-unix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ pkg-config --modversion libssl || true
191191
if [ "$ANALYZE" = "ON" ]; then
192192
# Clang static analyzer, available on Ubuntu 16.04 images.
193193
# https://clang-analyzer.llvm.org/scan-build.html
194-
scan-build $CMAKE $CONFIGURE_FLAGS
194+
scan-build $CMAKE $CONFIGURE_FLAGS .
195195

196196
# Put clang static analyzer results in scan/ and fail build if warnings found.
197197
SCAN_BUILD="scan-build -o scan --status-bugs"
198198
else
199-
$CMAKE $CONFIGURE_FLAGS
199+
$CMAKE $CONFIGURE_FLAGS .
200200
fi
201201

202202
$SCAN_BUILD make -j8 all

0 commit comments

Comments
 (0)