diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-05 10:11:06 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-05 10:11:06 -0500 |
| commit | 0b21192bd41cf4a0aa2d02a70b4bc08ea690c864 (patch) | |
| tree | e232ff26c74b5522204b429bc65e9efe35c6793d | |
| parent | 5500a9f4a11d0adfb6b08bb2b98e50352a6e4eae (diff) | |
| download | stasis-wheel-parser.tar.gz | |
Trying to get macOS to pick up libzipwheel-parser
| -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) |
