Skip to content

Commit

Permalink
changed cmake option for activating aero component in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 25, 2024
1 parent be4bd2e commit 5d25476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-DWITH_PYTHON_API:BOOL=ON
-DENABLE_BLOCK_MESHER:BOOL=ON
-DENABLE_BLOCKING:BOOL=ON
-DENABLE_CLAIRE:BOOL=ON
-DENABLE_AERO:BOOL=ON
-DENABLE_DUAL_BLOCKING:BOOL=OFF
-DENABLE_ELG3D:BOOL=OFF
-DENABLE_ELGMORPHING:BOOL=OFF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-DWITH_TEST:BOOL=ON
-DENABLE_BLOCK_MESHER:BOOL=ON
-DENABLE_BLOCKING:BOOL=ON
-DENABLE_CLAIRE:BOOL=ON
-DENABLE_AERO:BOOL=ON
-DENABLE_DUAL_BLOCKING:BOOL=OFF
-DENABLE_ELG3D:BOOL=OFF
-DENABLE_ELGMORPHING:BOOL=OFF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-DWITH_PYTHON_API:BOOL=OFF
-DENABLE_BLOCK_MESHER:BOOL=OFF
-DENABLE_BLOCKING:BOOL=OFF
-DENABLE_CLAIRE:BOOL=OFF
-DENABLE_AERO:BOOL=OFF
-DENABLE_DUAL_BLOCKING:BOOL=OFF
-DENABLE_ELG3D:BOOL=OFF
-DENABLE_ELGMORPHING:BOOL=OFF
Expand Down

0 comments on commit 5d25476

Please sign in to comment.