deps: Remove libpng

This commit is contained in:
Vojtech Kral 2019-03-25 11:44:07 +01:00
parent e927c65c0a
commit 8e2ec38670
4 changed files with 1 additions and 71 deletions

14
deps/deps-linux.cmake vendored
View file

@ -24,18 +24,6 @@ ExternalProject_Add(dep_boost
INSTALL_COMMAND "" # b2 does that already
)
# ExternalProject_Add(dep_libpng
# EXCLUDE_FROM_ALL 1
# URL "https://github.com/glennrp/libpng/archive/v1.6.36.tar.gz"
# URL_HASH SHA256=5bef5a850a9255365a2dc344671b7e9ef810de491bd479c2506ac3c337e2d84f
# CMAKE_ARGS
# -DPNG_SHARED=OFF
# -DPNG_TESTS=OFF
# -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
# ${DEP_CMAKE_OPTS}
# # INSTALL_COMMAND make install "DESTDIR=${DESTDIR}"
# )
ExternalProject_Add(dep_libopenssl
EXCLUDE_FROM_ALL 1
URL "https://github.com/openssl/openssl/archive/OpenSSL_1_1_0g.tar.gz"
@ -53,7 +41,7 @@ ExternalProject_Add(dep_libopenssl
ExternalProject_Add(dep_libcurl
EXCLUDE_FROM_ALL 1
DEPENDS dep_libopenssl
DEPENDS dep_libopenssl
URL "https://curl.haxx.se/download/curl-7.58.0.tar.gz"
URL_HASH SHA256=cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115
BUILD_IN_SOURCE 1