Skip to content

Commit

Permalink
Use production preset in macOS to mimic nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Jan 28, 2025
1 parent 3a1f9fe commit b856953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aste_ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
git clone https://github.com/precice/precice.git
cd precice
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
cmake --preset=production \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DPRECICE_FEATURE_MPI_COMMUNICATION=ON \
-DPRECICE_FEATURE_PETSC_MAPPING=OFF \
-DPRECICE_FEATURE_PYTHON_ACTIONS=OFF \
Expand Down

0 comments on commit b856953

Please sign in to comment.