mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
6 lines
122 B
CMake
6 lines
122 B
CMake
set(FIND_CURLPP_ARGS ${ARGS})
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(CURL)
|
|
|
|
_find_package(${FIND_CURLPP_ARGS})
|