From 5d25476cff1f2b8be8fb0698538a4304b62c402c Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Fri, 25 Oct 2024 15:22:33 +0200 Subject: [PATCH] changed cmake option for activating aero component in the CI --- .github/workflows/continuous-macos.yml | 2 +- .github/workflows/continuous-ubuntu.yml | 2 +- .github/workflows/continuous-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-macos.yml b/.github/workflows/continuous-macos.yml index f9c0714e..33710833 100644 --- a/.github/workflows/continuous-macos.yml +++ b/.github/workflows/continuous-macos.yml @@ -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 diff --git a/.github/workflows/continuous-ubuntu.yml b/.github/workflows/continuous-ubuntu.yml index dc83f323..f375a35a 100644 --- a/.github/workflows/continuous-ubuntu.yml +++ b/.github/workflows/continuous-ubuntu.yml @@ -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 diff --git a/.github/workflows/continuous-windows.yml b/.github/workflows/continuous-windows.yml index 4d159070..e917087e 100644 --- a/.github/workflows/continuous-windows.yml +++ b/.github/workflows/continuous-windows.yml @@ -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