Skip to content

Commit d2f4ff4

Browse files
committed
GH Actions: Update after CMake BUILD_SHARED_LIBS option renaming
1 parent 6ccc26c commit d2f4ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
8888
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
8989
-Denable_werror=ON
90-
-DBUILD_SHARED_LIBS=${{ matrix.shared_libs }}
90+
-DAO_BUILD_SHARED_LIBS=${{ matrix.shared_libs }}
9191
-Denable_assertions=${{ matrix.assertions }}
9292
-Denable_atomic_intrinsics=${{ matrix.atomic_intrinsics }}
9393
${{ matrix.disable_docs_opt }}

0 commit comments

Comments
 (0)