Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
folly 2018.10.22.00-p4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed May 16, 2019
1 parent a4def0e commit e890aa6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ hunter_default_version(fixesproto VERSION 5.0)
hunter_default_version(flatbuffers VERSION 1.8.0-p1)
hunter_default_version(flex VERSION 2.6.4)
hunter_default_version(fmt VERSION 5.2.1)
hunter_default_version(folly VERSION 2018.10.22.00-p3)
hunter_default_version(folly VERSION 2018.10.22.00-p4)
hunter_default_version(freetype VERSION 2.9.1-p0)
hunter_default_version(frugally-deep VERSION 0.2.2-p0)
hunter_default_version(gRPC VERSION 1.17.2-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/folly/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ hunter_add_version(
74487a7393a9cac9c8b49581b3fe965c129d28f3
)

hunter_add_version(
PACKAGE_NAME
folly
VERSION
2018.10.22.00-p4
URL
"https://github.com/hunter-packages/folly/archive/v2018.10.22.00-p4.tar.gz"
SHA1
aeb254f1010cff1857e5fff897ebbc20e710b410
)

set(__hunter_folly_args FOLLY_POD_CONFIGURATION=ON)

if("${CMAKE_SYSTEM_NAME}" STREQUAL "WindowsStore")
Expand Down

0 comments on commit e890aa6

Please sign in to comment.