mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-13 07:36:39 +00:00
[folly] Fix dependency issue in config file (#10315)
This commit is contained in:
parent
d0b1f2a9e8
commit
8fe412611c
@ -1,5 +1,5 @@
|
||||
Source: folly
|
||||
Version: 2019.10.21.00
|
||||
Version: 2019.10.21.00-1
|
||||
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
|
||||
|
@ -87,6 +87,7 @@ FILE(WRITE ${CURRENT_PACKAGES_DIR}/share/folly/folly-config.cmake
|
||||
"include(CMakeFindDependencyMacro)
|
||||
find_dependency(Threads)
|
||||
find_dependency(glog CONFIG)
|
||||
find_dependency(gflags CONFIG REQUIRED)
|
||||
${_contents}")
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
Loading…
x
Reference in New Issue
Block a user