We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986d714 commit 32956a0Copy full SHA for 32956a0
1 file changed
platform/windows/windows.cmake
@@ -44,16 +44,6 @@ elseif(DEFINED ENV{MSYSTEM})
44
find_package(PNG REQUIRED)
45
find_package(PkgConfig REQUIRED)
46
47
- # Fix zlib conflicts in MSYS2 builds
48
- if(TARGET PNG::PNG)
49
- # Get the actual PNG libraries from pkg-config to avoid zlib conflicts
50
- pkg_check_modules(PNG_PC libpng REQUIRED)
51
- set_target_properties(PNG::PNG PROPERTIES
52
- INTERFACE_LINK_LIBRARIES "${PNG_PC_LINK_LIBRARIES}"
53
- INTERFACE_INCLUDE_DIRECTORIES "${PNG_PC_INCLUDE_DIRS}"
54
- )
55
- endif()
56
-
57
pkg_search_module(WEBP libwebp REQUIRED)
58
pkg_search_module(LIBUV libuv REQUIRED)
59
pkg_search_module(CURL libcurl REQUIRED)
0 commit comments