diff options
| author | victorburckel <victor.burckel@gmail.com> | 2020-06-12 07:27:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 22:27:55 -0700 |
| commit | 0df89ff50e5af5d83295a04469bb7a4a1f265f51 (patch) | |
| tree | ffd315e4b2ee87054b2862bdbc79a3d9eb892b68 /ports/ace/CONTROL | |
| parent | e1783c68c43bc59f545551071a2775971497c871 (diff) | |
| download | vcpkg-0df89ff50e5af5d83295a04469bb7a4a1f265f51.tar.gz vcpkg-0df89ff50e5af5d83295a04469bb7a4a1f265f51.zip | |
[ace] tao as feature (#11473)
* Add tao as feature for ace
* Use vcpkg_install_msbuild instead of vcpkg_build_msbuild
* Use lists for directories installation as in #11464
* Update to version 6.5.9-4
* Update version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/ace/CONTROL')
| -rw-r--r-- | ports/ace/CONTROL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ports/ace/CONTROL b/ports/ace/CONTROL index f08239fa5..eff758e75 100644 --- a/ports/ace/CONTROL +++ b/ports/ace/CONTROL @@ -1,5 +1,5 @@ Source: ace -Version: 6.5.9-4 +Version: 6.5.9-5 Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html Description: The ADAPTIVE Communication Environment @@ -12,3 +12,10 @@ Build-Depends: openssl Feature: xml Description: Enable XML features in ACE + +Feature: zlib +Build-Depends: zlib +Description: Enable zlib support + +Feature: tao +Description: The ACE ORB |
