Skip to content

Commit

Permalink
Require libzip 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 17, 2024
1 parent a8fe386 commit 2eec983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if(NOT ZLIB_FOUND)
message(ERROR "-- zlib library not found (required)")
endif()

find_package(libzip 1.9.99 REQUIRED)
find_package(libzip 1.10 REQUIRED)

if(NOT SQLite3_FOUND)
message(ERROR "-- sqlite3 library not found (required)")
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ckmame is written in C++17 and uses [cmake](https://cmake.org) to build.

To use ckmame, you need
- [zlib](http://www.zlib.net/) (at least version 1.1.2)
- [libzip](https://libzip.org/) (at least version 1.8.0)
- [libzip](https://libzip.org/) (at least version 1.10.0)
- [SQLite3](https://www.sqlite.org/)
- optionally [libxml2](http://xmlsoft.org/) (for M.A.M.E. -listxml and detectors)
- optionally [libarchive](https://www.libarchive.org/) (for reading from 7z archives)
Expand Down

0 comments on commit 2eec983

Please sign in to comment.