mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
cmake: Don't add GCC flag to MSVC in libpng
This commit is contained in:
parent
e03690f1f0
commit
796ca00f3c
2
Externals/libpng/CMakeLists.txt
vendored
2
Externals/libpng/CMakeLists.txt
vendored
@ -18,5 +18,7 @@ set(SRCS
|
||||
pngwtran.c
|
||||
pngwutil.c
|
||||
)
|
||||
if(NOT MSVC)
|
||||
add_definitions(-Wno-self-assign)
|
||||
endif()
|
||||
add_library(png STATIC ${SRCS})
|
||||
|
Loading…
Reference in New Issue
Block a user