Skip to content

Commit

Permalink
zlib not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Mar 5, 2024
1 parent c3c36d3 commit 2ad808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ad808a

Please sign in to comment.