Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/cpr/CONTROL
Original file line number Diff line number Diff line change
@@ -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]
4 changes: 4 additions & 0 deletions ports/cpr/cprConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)