fix vcpkg sdl package not properly exposing linkage flags

This commit is contained in:
2022-11-01 15:41:41 +01:00
parent 8ace6e51f9
commit 8e5471480c
3 changed files with 2 additions and 5 deletions

View File

@ -136,7 +136,6 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4
# TODO: for some reason vcpkg find sdl does not work, despite the find_package REQUIRE not failing
windows:
timeout-minutes: 10