From e9f67a4b7b18fac8e542ef3f237160afaa3063ef Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Fri, 18 Sep 2020 18:13:28 -0700 Subject: [PATCH] Removed extra whitespace in CMakeLists.txt. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10e19844..fd466ab1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -871,7 +871,7 @@ set(ZLIB_SRCS zutil.c ) -set(ZLIB_GZFILE_PRIVATE_HDRS +set(ZLIB_GZFILE_PRIVATE_HDRS gzguts.h ) set(ZLIB_GZFILE_SRCS -- 2.47.2