mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
Fix: [CMake] Error when SDL2 provides SDL2Config
This commit is contained in:
parent
fe1925931d
commit
90e849198f
@ -157,7 +157,7 @@ link_package(XDG_basedir)
|
||||
if (NOT OPTION_DEDICATED)
|
||||
link_package(Fluidsynth)
|
||||
link_package(SDL)
|
||||
link_package(SDL2)
|
||||
link_package(SDL2 TARGET SDL2::SDL2)
|
||||
link_package(Allegro)
|
||||
link_package(FREETYPE TARGET Freetype::Freetype)
|
||||
link_package(Fontconfig TARGET Fontconfig::Fontconfig)
|
||||
|
Loading…
Reference in New Issue
Block a user