aboutsummaryrefslogtreecommitdiff
path: root/ports/minizip/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-06-16[minizip] Fix usage, fix minizipConfig.cmake (#18472)Jack·Boos·Yu
* [minizip] Fix usage, fix minizipConfig.cmake * update version record
2021-04-19[minizip] support iOS/Android triplets (#16108)Park DongHa
* [minizip] support iOS triplets * DISABLE_INSTALL_TOOLS when VCPKG_TARGET_IS_IOS * [minizip] update git-tree SHA * [minizip] IOAPI_NO_64 in Android * add a patch to use standard C API * [minizip] update port SHA
2019-11-25[minizip assimp] export minizip cmake targets and fix minizip dependency in ↵Phoebe
assimp (#9075) * [minizip assimp] export minizip cmake targets and fix minizip dependency in assimp * Update CMakeList.txt * Update obsolete functions
2019-07-18[minizip] Make BZip2 an optional feature (#7282)Roland Knall
* [minizip] Update CMakeLists.txt If the BZip2 package has not been found, ensure that the library does not assume it is. This would stop any build on targets where bzip2 is not installed. This can either be the bzip2 package provided by vcpkg or locally on the system. Feature: - Allow optionally to enable bzip2 supprt * [minizip] Make bzip2 truly optional Also catch dependency in the corresponding cmake files
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-02-25[minizip] Fix BZip2 Dependency on Linux (#5448)Connor Fitzgerald
It was spelled `Bzip2` when the dependency was `BZip2`.
2018-11-22fix minizip on non windows builds (#4787)angelmixu
* fix minizip on non windows builds * [minizip] Bump control version
2017-07-25[vcpkg] minizip fix missing headeratkawa7
2017-07-23[minizip] fix linker issuesatkawa7
2017-07-23[minizip] include mztoolsatkawa7
2017-07-21[minizip] init required by #1369atkawa7