From 2ad808af98270b6f30ed94ab4f0d8d71c1317226 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:21:50 -0500 Subject: [PATCH] zlib not required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1b3e9b..f5ded13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ IF(USE_NETCDF) find_package(NetCDF REQUIRED) # Find ZLib library - find_package(ZLIB REQUIRED) + find_package(ZLIB) ENDIF() # Find header & source