Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
johnkerl committed Sep 16, 2023
1 parent 7889663 commit 49f3c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bld
Original file line number Diff line number Diff line change
@@ -84,5 +84,5 @@ rm -rf build
mkdir -p build
cmake -B build -S libtiledbsoma -DCMAKE_BUILD_TYPE=${build} ${extra_opts}
cmake --build build -j ${nproc}
sudo cmake --build build --target install-libtiledbsoma
cmake --build build --target install-libtiledbsoma
cmake --build build/libtiledbsoma --target build_tests -j ${nproc}

0 comments on commit 49f3c3b

Please sign in to comment.