aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-07 14:55:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-07 14:55:36 -0400
commit666e1f06d6be94114f4db5b2a4cb75d5e1ecb445 (patch)
tree66e6e8eb470bcae56885d2ca15b67bfdd0b369f3
parent2756e9c818cfe240255de4680136162341480adc (diff)
downloadstasis-666e1f06d6be94114f4db5b2a4cb75d5e1ecb445.tar.gz
Make the requirement of libzip knownwheel-parser
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57cdeaa..3a5576f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
pkg_check_modules(ZIP libzip)
if (NOT ZIP_FOUND)
- message(FATAL_ERROR "libzip is required")
+ message(FATAL_ERROR "libzip is required (https://libzip.org)")
endif ()
include_directories(${ZIP_INCLUDEDIR})
diff --git a/README.md b/README.md
index 6acfc8a..e06d0df 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ STASIS consolidates the steps required to build, test, and deploy calibration pi
- cmake
- libcurl
- libxml2
+- libzip
- rsync
# Installation