Skip to content

Commit b9a1a75

Browse files
committed
Fix rlottie dependency building on CI
1 parent 2f44744 commit b9a1a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo "Using vcpkg triplet: $env:VCPKG_DEFAULT_TRIPLET"
8989
C:\vcpkg\vcpkg install glfw3[core] freetype[core] lua[core] lunasvg[core]
9090
cd Dependencies\rlottie
91-
cmake -B build -G "$env:GENERATOR" -A ${{ matrix.architecture == 'win32' && 'Win32' || 'x64' }} -DBUILD_SHARED_LIBS=ON -DLOTTIE_MODULE=OFF
91+
cmake -B build -G "$env:GENERATOR" -A ${{ matrix.architecture == 'win32' && 'Win32' || 'x64' }} -DBUILD_SHARED_LIBS=ON -DLOTTIE_MODULE=OFF -DCMAKE_POLICY_VERSION_MINIMUM="3.5"
9292
cmake --build build --target rlottie --config Release -- "/clp:ErrorsOnly"
9393
9494
- name: Configure CMake

0 commit comments

Comments
 (0)