Skip to content

Commit

Permalink
WIP4
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Aug 14, 2024
1 parent 5b1c80b commit 7cc7c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake --version
set CMAKE_PREFIX_PATH=$CONDA/envs/ci_macos_conda/lib/cmake;$CMAKE_PREFIX_PATH
cmake .. \
-DMayo_BuildTests=ON \
-DMayo_BuildPluginAssimp=ON \
-DQT_DIR=$CONDA/envs/ci_macos_conda/lib/cmake/Qt5
-DMayo_BuildPluginAssimp=ON
cmake --build . \
--config Release \
--parallel ${{steps.cpu-cores.outputs.count}}
Expand Down

0 comments on commit 7cc7c79

Please sign in to comment.