We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46301a1 + fc47572 commit e34c765Copy full SHA for e34c765
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
-DCMAKE_BUILD_TYPE=Release \
39
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
40
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake" \
41
+ -DSOFA_ALLOW_FETCH_DEPENDENCIES=ON \
42
"
43
if [ -e "$(command -v ccache)" ]; then
44
cmake_options="$cmake_options -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
0 commit comments