Skip to content

Commit

Permalink
Libpng: added fix for ARM Neon detection on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed May 4, 2024
1 parent 84dfabf commit 21f7c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ThirdParty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if (NOT TARGET PNG::PNG)
set(PNG_TOOLS OFF CACHE BOOL "Build libpng tools")
set(PNG_TESTS OFF CACHE BOOL "Build libpng tests")
set(SKIP_INSTALL_ALL ON)
set(PNG_FRAMEWORK OFF)
if(PLATFORM_TVOS)
# libpng does not support tvOS, but it does support iOS, so we can use the iOS target
set(IOS TRUE)
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/libpng
Submodule libpng updated 1 files
+2 −0 CMakeLists.txt

0 comments on commit 21f7c46

Please sign in to comment.