Skip to content

Commit

Permalink
add -DWFA_GITMODULE=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Oct 31, 2024
1 parent 2da54fc commit 206ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN git clone --recursive https://github.com/vcflib/vcflib.git \
&& git checkout 404b98a6a0601a8668fb039eae5196fa1ae12525 \
&& mkdir -p build \
&& cd build \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -- -j $(nproc) \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug -DWFA_GITMODULE=ON .. && cmake --build . -- -j $(nproc) \
&& mv vcfwave /usr/local/bin/vcfwave \
&& mv vcfuniq /usr/local/bin/vcfuniq \
&& cd ../ \
Expand Down

0 comments on commit 206ac19

Please sign in to comment.