This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch hotfix/ubuntu-cmake in repository https://gitbox.apache.org/repos/asf/celix.git
commit 7b83b4bfcad0b155d12aa82a23f3c269e541c8d7 Author: PengZheng <howto...@gmail.com> AuthorDate: Wed Apr 2 20:38:54 2025 +0800 Fix cmake compatibility issue of gtest. --- .github/workflows/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0635a9a0e..60f0dad99 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -146,6 +146,7 @@ jobs: -DENABLE_TESTING_ON_CI=ON -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DENABLE_CCACHE=ON + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -G Ninja run: | mkdir build install