X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9a2aa0e7f21ef33345f6093ca17fab97a678d543..1ed5f97952d3a7b722bd73992c92769ec0efc67c:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index defb4f111..44b301cc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ endif() # apt-transport-https dependencies -pkg_check_modules(CURL libcurl REQUIRED) +find_package(CURL REQUIRED) if (CURL_FOUND) set(HAVE_CURL 1) endif() @@ -133,3 +133,4 @@ add_subdirectory(dselect) add_subdirectory(ftparchive) add_subdirectory(methods) add_subdirectory(po) +add_subdirectory(test)