Remove redundant cmake arguments

This commit is contained in:
Marcus Holland-Moritz 2023-07-10 11:20:05 +02:00
parent a43629dcaf
commit 440fc1c8df

View File

@ -117,8 +117,6 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
mkdir build mkdir build
cd build cd build
CMAKE_ARGS="${CMAKE_ARGS} -DWITH_TESTS=1 -DWITH_LEGACY_FUSE=1"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
cmake ../dwarfs/ $CMAKE_ARGS cmake ../dwarfs/ $CMAKE_ARGS