From e0783d250dc79928b96cffa51881aed6be2352cd Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 12 Dec 2021 16:28:30 +0000 Subject: [PATCH] 3rdParty/libpng: SKIP_INSTALL_ALL We do not need to create any install targets when using libpng from source. --- 3rdParty/libpng/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/libpng/CMakeLists.txt b/3rdParty/libpng/CMakeLists.txt index c3da8420e..38ce2a40d 100644 --- a/3rdParty/libpng/CMakeLists.txt +++ b/3rdParty/libpng/CMakeLists.txt @@ -17,7 +17,7 @@ else() endif() set(PNG_TESTS OFF) set(PNG_EXECUTABLES OFF) -set(SKIP_INSTALL_PROGRAMS ON) +set(SKIP_INSTALL_ALL ON) if(IOS AND "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "arm64") set(PNG_ARM_NEON "on" CACHE STRING "" FORCE)