diff options
| author | myd7349 <myd7349@gmail.com> | 2019-06-29 01:17:39 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-06-28 10:17:39 -0700 |
| commit | b4675fd65a5baebe93d0e60e082ae43013ed246f (patch) | |
| tree | 33a18d50181b38e0805c4ad7f032d32d5e6b9ae5 /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | 5b6b66512b84267c1b93ef577dea3a811a255c82 (diff) | |
| download | vcpkg-b4675fd65a5baebe93d0e60e082ae43013ed246f.tar.gz vcpkg-b4675fd65a5baebe93d0e60e082ae43013ed246f.zip | |
[vcpkg] Add vcpkg_check_features (#6958)
* [vcpkg] Add vcpkg_check_feature, vcpkg_check_features
* [vcpkg] Remove vcpkg_check_feature
* [oniguruma,xtensor] Use vcpkg_check_features
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake index b99f8bee8..827d43abe 100644 --- a/scripts/cmake/vcpkg_common_functions.cmake +++ b/scripts/cmake/vcpkg_common_functions.cmake @@ -1,5 +1,6 @@ include(vcpkg_acquire_msys) include(vcpkg_add_to_path) +include(vcpkg_check_features) include(vcpkg_check_linkage) include(vcpkg_clean_msbuild) include(vcpkg_download_distfile) |
