diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-09 19:31:48 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-09 19:31:48 -0700 |
| commit | aa5f9f00e039ff22c287e4c580608d49f473a79b (patch) | |
| tree | 4de2a5f1e5ab0a876b04e9fb3c48756282c388a0 | |
| parent | 1e1899c3a27f3816c39145049e2c33832071b8c6 (diff) | |
| download | vcpkg-aa5f9f00e039ff22c287e4c580608d49f473a79b.tar.gz vcpkg-aa5f9f00e039ff22c287e4c580608d49f473a79b.zip | |
[folly] Update taking into account change in cmake files location
| -rw-r--r-- | ports/folly/CONTROL | 2 | ||||
| -rw-r--r-- | ports/folly/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index cb3a464af..865c93ce6 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,5 +1,5 @@ Source: folly -Version: 2018.03.19.00-2 +Version: 2018.04.09.00 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 Default-Features: zlib diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake index ce101d918..520ab0539 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -17,8 +17,8 @@ set(ENV{PATH} "$ENV{PATH};${PYTHON3_DIR}") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO facebook/folly - REF v2018.03.19.00 - SHA512 72df8768753bf9f1109ad3f16645d811906b633833c91c7d9fe856a06c16b5e398876cf6cae415401eff96b568c99ffa1dc0c44d81cd40219bafb0f4c72fc2ca + REF v2018.04.09.00 + SHA512 625034437ee6c261949652dbd6cafb50b0954b691750e4591cd0eb03cf369348cfae3b4b98c012bd906a157b7642ebcb1d8843311c74416ed51bffc5b1da3018 HEAD_REF master ) @@ -75,7 +75,7 @@ vcpkg_install_cmake(ADD_BIN_TO_PATH) vcpkg_copy_pdbs() -vcpkg_fixup_cmake_targets() +vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/folly) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
