mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-13 07:36:39 +00:00
[cpr] Add find_dependency to cprConfig.cmake (#9567)
This commit is contained in:
parent
3135a31be7
commit
ed76c7eef2
@ -1,5 +1,5 @@
|
||||
Source: cpr
|
||||
Version: 1.3.0-7
|
||||
Version: 1.3.0-8
|
||||
Homepage: https://github.com/whoshuu/cpr
|
||||
Description: C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.
|
||||
Build-Depends: curl[core]
|
||||
|
@ -25,3 +25,7 @@ endmacro()
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/cprTargets.cmake")
|
||||
check_required_components("cpr")
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(ZLIB REQUIRED)
|
||||
find_dependency(CURL REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user