Fixed sync test with cmake 4.0

This commit is contained in:
SChernykh
2025-03-28 18:30:11 +01:00
parent 8b4b06f1be
commit 11236f7dc8
3 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -DSTATIC_LIBS=ON
cmake .. -G "Visual Studio 17 2022" -DSTATIC_LIBS=ON -DCMAKE_POLICY_VERSION_MINIMUM="3.5"
- name: Run cppcheck
run: |