mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 21:28:27 -05: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})
|