Skip to content

Commit

Permalink
WIP8
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent 49e4e3b commit d029248
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ jobs:
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake --version
set CMAKE_PREFIX_PATH=$CONDA/envs/ci_macos_conda;$CMAKE_PREFIX_PATH
set CMAKE_PREFIX_PATH=\
$CONDA/envs/ci_macos_conda/lib/cmake/Qt5;\
$CONDA/envs/ci_macos_conda/lib/cmake/opencascade;\
$CONDA/envs/ci_macos_conda/lib/cmake/assimp-5.4;\
$CMAKE_PREFIX_PATH
cmake .. \
-DMayo_BuildTests=ON \
-DMayo_BuildPluginAssimp=ON
Expand Down

0 comments on commit d029248

Please sign in to comment.