Skip to content

Commit

Permalink
[thrift] Find additional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mingtaoy committed Dec 5, 2018
1 parent 3757551 commit e4b6695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ if(lib_only OR build_all)
find_package(folly CONFIG REQUIRED)
find_package(GFlags REQUIRED)
find_package(Glog REQUIRED)
find_package(Yarpl)
find_package(yarpl)
find_package(rsocket)
find_package(fizz CONFIG REQUIRED)
find_package(wangle CONFIG REQUIRED)
find_package(Proxygen)
find_package(Zlib REQUIRED)
find_package(Zstd REQUIRED)
# https://cmake.org/cmake/help/v3.9/module/FindThreads.html
Expand Down

0 comments on commit e4b6695

Please sign in to comment.