Skip to content

Commit e34c765

Browse files
authored
Merge pull request #5 from bakpaul/24_12_fetch_metis_in_action
Add SOFA_ALLOW_FETCH_DEPENDENCIES flag in configuration
2 parents 46301a1 + fc47572 commit e34c765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
-DCMAKE_BUILD_TYPE=Release \
3939
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
4040
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake" \
41+
-DSOFA_ALLOW_FETCH_DEPENDENCIES=ON \
4142
"
4243
if [ -e "$(command -v ccache)" ]; then
4344
cmake_options="$cmake_options -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"

0 commit comments

Comments
 (0)