aboutsummaryrefslogtreecommitdiff
path: root/ports/szip/CONTROL
AgeCommit message (Collapse)Author
2018-02-17[szip] Fix szip-config.cmake to return SZIP_FOUND (#2765)Hiroshi Miura
In current implementation, it returns only SZIP_static_FOUND or SZIP_shared_FOUND. szip-config.cmake calls check_required_components(SZIP) helper, but it just set SZIP_FOUND=FALSE when it does not find required componets, but never set SZIP_FOUND=TRUE. szip-config.cmake should set SZIP_FOUND=TRUE when it find some components before calling the helper function. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-01-03Update szip to 2.1.1Albert Ziegenhagel
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-02-27[szip] Change default component to match build typeRobert Schumacher
2017-01-11Add port for szipAlbert Ziegenhagel