mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-16 15:58:06 -04:00
Remove redundant cmake arguments
This commit is contained in:
parent
a43629dcaf
commit
440fc1c8df
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user