mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Linux: remove dependency on zlib headers
- We are only using zlib indirectly through libarchive (For Windows/Mac OS X we do keep requiring zlib headers, as we need them to build the bundled libarchive on these platforms)
This commit is contained in:
parent
a3aa3551a8
commit
0244c5f49e
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ elseif(APPLE)
|
|||
COMMAND "${MACDEPLOYQT}" "${CMAKE_BINARY_DIR}/${PROJECT_NAME}.app" -qmldir="${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
else()
|
||||
find_package(ZLIB REQUIRED)
|
||||
find_package(CURL REQUIRED)
|
||||
find_package(LibArchive REQUIRED)
|
||||
find_package(Qt5 COMPONENTS DBus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue