diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-05 10:11:06 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-07 09:49:18 -0400 |
| commit | b517401912d7f987a5a86e01a481cf3a4873e0f4 (patch) | |
| tree | 64e96a5dda4cd04f4b3bac2f10ec16d1bc9942a6 | |
| parent | 71c228b9b17a2278ae71d4098601f805b248f8a0 (diff) | |
| download | stasis-b517401912d7f987a5a86e01a481cf3a4873e0f4.tar.gz | |
Trying to get macOS to pick up libzip
| -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) |
