mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 13:48:12 +08:00
a3a6530631
* [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly * [vcpkg_check_features] Allow reverse logic for features * [vcpkg_check_features] Document new parameters * [vcpkg_check_features] Remove unnecessary logging * Do not create variables for each feature only set OUT_FEATURE_OPTIONS * Improve documentation * Update ports that use vcpkg_check_features() * Missing documentation updates * [pcl] Fix tools feature * [opencv,opencv4] Fix usage of vcpkg_check_features() * [opencv4] Fix typo
28 lines
594 B
Plaintext
28 lines
594 B
Plaintext
Source: czmq
|
|
Version: 2019-06-10-2
|
|
Build-Depends: zeromq
|
|
Description: High-level C binding for ZeroMQ
|
|
Homepage: https://github.com/zeromq/czmq
|
|
|
|
Feature: tool
|
|
Description: Build and install czmq tools (zmakecert)
|
|
|
|
Feature: draft
|
|
Description: Build and install draft APIs
|
|
|
|
Feature: curl
|
|
Description: Build with libcurl
|
|
Build-Depends: curl
|
|
|
|
Feature: lz4
|
|
Description: Build with lz4
|
|
Build-Depends: lz4
|
|
|
|
Feature: httpd
|
|
Description: Build with HTTP server support (libmicrohttpd)
|
|
Build-Depends: libmicrohttpd
|
|
|
|
Feature: uuid
|
|
Description: Build with libuuid
|
|
Build-Depends: libuuid (!windows&!uwp&!osx)
|