Fix: [CMake] Error when SDL2 provides SDL2Config

desync-debugging
Frédéric Simonis 4 years ago committed by Niels Martin Hansen
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…
Cancel
Save