From c9170ec2f463d0270f2461ecfc5f9cfb86e247cb Mon Sep 17 00:00:00 2001 From: Werner Date: Fri, 30 Jan 2026 15:39:32 +0100 Subject: CMake: Remove an empty line. --- contrib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') 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) set(ZLIB_${name}_BUILD_TESTING ${ZLIB_BUILD_TESTING} CACHE BOOL "") endif(NOT DEFINED ZLIB_${name}_BUILD_TESTING) - if(NOT DEFINED ZLIB_${name}_INSTALL) set(ZLIB_${name}_INSTALL ${ZLIB_INSTALL} CACHE BOOL "") endif(NOT DEFINED ZLIB_${name}_INSTALL) -- cgit v1.2.3-55-g6feb