aboutsummaryrefslogtreecommitdiff
path: root/ports/c-ares
AgeCommit message (Collapse)Author
2018-12-19Change to 0/1 instead of OFF/ONPeter Goodman
On newer CMake's, the following errors are reported: ``` CMake Warning (dev) at .... /vcpkg/installed/x64-osx/share/c-ares/c-ares-config.cmake:32 (if): if given arguments: "ON" An argument named "ON" appears in a conditional statement. Policy CMP0012 is not set: if() recognizes numbers and boolean constants. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy command to set the policy and suppress this warning. ``` Which corresponds to the following configured code: ``` if(ON) set(c-ares_STATIC_LIBRARY c-ares::cares_static) endif() ```
2018-10-26Upgrades 2018.10.25Robert Schumacher
2018-03-07[c-ares] Fail fast check for uwpRobert Schumacher
2018-02-28[c-ares] UpdateRobert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-09-07[c-ares] Update version to 1.13.0Arkady Shapkin
2017-06-09[c-ares] Fix support for static/mdRobert Schumacher
2017-05-16[c-ares] Static linkage fix. Fixes #1096Arkady Shapkin
2017-05-11[c-ares] Initial commit for c-ares libraryArkadiy Shapkin
vcpkg_fixup_cmake_targets() support CONFIG_PATH parameter