aboutsummaryrefslogtreecommitdiff
path: root/ports/curlpp/vcpkg-cmake-wrapper.cmake
blob: a7f88cd72cc9d22e807d2d39bb7c76ce54762944 (plain)
1
2
3
4
5
set(FIND_CURLPP_ARGS ${ARGS})
include(CMakeFindDependencyMacro)
find_dependency(CURL)

_find_package(${FIND_CURLPP_ARGS})