dolphindb / DolphinDBPlugin

Apache License 2.0
49 stars 33 forks source link

Use CMake's FindPackage module to import zlib #15

Open FlyingOE opened 1 year ago

FlyingOE commented 1 year ago

CMake's FindPackage module has been supporting ZLIB import since version 3.1. It's better to push CMake's version requirement from 3.0 to 3.1 and use FindPackage to import zlib instead.

peeyee commented 1 year ago

Sounds a good idea.