gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
60 stars 50 forks source link

Coverage tools are unconditionally required? #167

Closed wolfv closed 1 month ago

wolfv commented 1 month ago

The comment in CodeCoverage.cmake says:

# 2. Add the following line to your CMakeLists.txt (best inside an if-condition
#    using a CMake option() to enable it just optionally):
#      include(CodeCoverage)

Unfortunately, I can't find a CMake option to turn it off. That makes redistribution harder than it should be :)

Can we add a option?

gdraheim commented 1 month ago

Perhaps a duplicate with 081b8ba4d0417abe6c2d997f5198e23b7fdb2977

wolfv commented 1 month ago

yep - sorry i didn't see that due to the master branch being the default.