diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3adb416..57cdeaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if (NOT ZIP_FOUND) message(FATAL_ERROR "libzip is required") endif () -include_directories(${ZIP_INCLUDE_DIR}) +include_directories(${ZIP_INCLUDEDIR}) link_directories(${ZIP_LIBRARY_DIRS}) include_directories(${CURL_INCLUDE_DIR}) link_libraries(CURL::libcurl) |
