Skip to content

Commit

Permalink
Merge pull request #5 from bakpaul/24_12_fetch_metis_in_action
Browse files Browse the repository at this point in the history
Add SOFA_ALLOW_FETCH_DEPENDENCIES flag in configuration
  • Loading branch information
hugtalbot authored Jan 6, 2025
2 parents 46301a1 + fc47572 commit e34c765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake" \
-DSOFA_ALLOW_FETCH_DEPENDENCIES=ON \
"
if [ -e "$(command -v ccache)" ]; then
cmake_options="$cmake_options -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
Expand Down

0 comments on commit e34c765

Please sign in to comment.