Skip to content

Commit 32ad273

Browse files
committed
compile windows with static option
1 parent 377af62 commit 32ad273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
-DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include ^
240240
-DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib ^
241241
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 ^
242-
-DIQTREE_FLAGS="cpp14" ..
242+
-DIQTREE_FLAGS="static cpp14" ..
243243
make -j
244244
make package
245245
env:

0 commit comments

Comments
 (0)