summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-09 23:26:00 +0100
committerAki <please@ignore.pl>2024-03-09 23:26:00 +0100
commit1f77780d8a2caa821fa2b1cbf35c7a9bfe06bebb (patch)
treecef12fcd1f23adcdabc03425abdbd3493c6de99e
parente1606f9bbc45e7ba57c461dc1ca4d4a86c5d76dd (diff)
downloadstarshatter-1f77780d8a2caa821fa2b1cbf35c7a9bfe06bebb.zip
starshatter-1f77780d8a2caa821fa2b1cbf35c7a9bfe06bebb.tar.gz
starshatter-1f77780d8a2caa821fa2b1cbf35c7a9bfe06bebb.tar.bz2
Zlib shared library is no longer part of distribution
-rw-r--r--contrib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt
index 6094770..2c9f2f1 100644
--- a/contrib/CMakeLists.txt
+++ b/contrib/CMakeLists.txt
@@ -11,7 +11,7 @@ make_available(gtest infoware libpng ogg vorbis zlib)
add_subdirectory(Opcode)
add_subdirectory(sha1)
install(
- TARGETS png15 Opcode zlib
+ TARGETS png15 Opcode
RUNTIME
COMPONENT Runtime
DESTINATION ${CMAKE_INSTALL_PREFIX}