vcpkg/ports/c-ares
Peter Goodman 222c629af4
Change to 0/1 instead of OFF/ON
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-12-19 14:53:21 -05:00
..
CONTROL Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
portfile.cmake Change to 0/1 instead of OFF/ON 2018-12-19 14:53:21 -05:00