diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-09-04 02:24:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 11:24:32 -0700 |
| commit | 99754d1c0b5c2bcec659823ca7362873302d1904 (patch) | |
| tree | 6e341053abcfa261b049b754f7fde07d347e7789 | |
| parent | 7fd8104024d1fd8d9d191692382898f7ac63a183 (diff) | |
| download | vcpkg-99754d1c0b5c2bcec659823ca7362873302d1904.tar.gz vcpkg-99754d1c0b5c2bcec659823ca7362873302d1904.zip | |
[folly] Fix findpackage error messages (#13278)
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
| -rw-r--r-- | ports/folly/CONTROL | 2 | ||||
| -rw-r--r-- | ports/folly/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index c0714c3fe..302e7a924 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,6 +1,6 @@ Source: folly Version: 2019.10.21.00 -Port-Version: 3 +Port-Version: 4 Homepage: https://github.com/facebook/folly Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread, boost-smart-ptr diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake index b9a2c05f2..3853569d9 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -90,6 +90,7 @@ FILE(WRITE ${CURRENT_PACKAGES_DIR}/share/folly/folly-config.cmake find_dependency(Threads) find_dependency(glog CONFIG) find_dependency(gflags CONFIG REQUIRED) +find_dependency(ZLIB) ${_contents}") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
