aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWerner <led-control@vollstreckernet.de>2026-01-30 15:39:32 +0100
committerMark Adler <git@madler.net>2026-01-31 20:15:09 -0800
commitc9170ec2f463d0270f2461ecfc5f9cfb86e247cb (patch)
treefa9c309bb2370835247629106db630cf27d2b135 /contrib
parent9c77cc0d122120afd798b034904c881bb1ab5dc1 (diff)
downloadzlib-c9170ec2f463d0270f2461ecfc5f9cfb86e247cb.tar.gz
zlib-c9170ec2f463d0270f2461ecfc5f9cfb86e247cb.tar.bz2
zlib-c9170ec2f463d0270f2461ecfc5f9cfb86e247cb.zip
CMake: Remove an empty line.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt
index 37a3491f..c716d6a3 100644
--- a/contrib/CMakeLists.txt
+++ b/contrib/CMakeLists.txt
@@ -14,7 +14,6 @@ function(zlib_add_contrib_lib name description dir)
14 set(ZLIB_${name}_BUILD_TESTING ${ZLIB_BUILD_TESTING} CACHE BOOL "") 14 set(ZLIB_${name}_BUILD_TESTING ${ZLIB_BUILD_TESTING} CACHE BOOL "")
15 endif(NOT DEFINED ZLIB_${name}_BUILD_TESTING) 15 endif(NOT DEFINED ZLIB_${name}_BUILD_TESTING)
16 16
17
18 if(NOT DEFINED ZLIB_${name}_INSTALL) 17 if(NOT DEFINED ZLIB_${name}_INSTALL)
19 set(ZLIB_${name}_INSTALL ${ZLIB_INSTALL} CACHE BOOL "") 18 set(ZLIB_${name}_INSTALL ${ZLIB_INSTALL} CACHE BOOL "")
20 endif(NOT DEFINED ZLIB_${name}_INSTALL) 19 endif(NOT DEFINED ZLIB_${name}_INSTALL)