From c718213548019d0c48c80b538ca878e6bfe7aaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 3 Oct 2019 10:56:32 +0200 Subject: Make SDL2 library-mapping use a wrapper Since at least one system provides config files without an included target. Change-Id: If1f336aab4cec9704412349d7951849ee8c3dabb Reviewed-by: Liang Qi Reviewed-by: Simon Hausmann Reviewed-by: Qt CMake Build Bot --- util/cmake/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 4ababe3117..4c6b811133 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -506,7 +506,7 @@ _library_map = [ LibraryMapping("tiff", "TIFF", "TIFF::TIFF"), LibraryMapping("webp", "WrapWebP", "WrapWebP::WrapWebP"), LibraryMapping("jasper", "WrapJasper", "WrapJasper::WrapJasper"), - LibraryMapping("sdl2", "SDL2", "SDL2::SDL2"), + LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"), ] -- cgit v1.2.3