Revert "Added Zip to cmake Fix #433"

This reverts commit abfb29d5c8.
This commit is contained in:
Florian Märkl 2018-04-13 17:25:03 +02:00
parent 73848d26e7
commit dc871ca8a1

View File

@ -17,7 +17,6 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
find_package(Qt5 REQUIRED COMPONENTS Core Widgets Gui Svg)
find_package(Zip REQUIRED)
if(CUTTER_ENABLE_JUPYTER AND CUTTER_ENABLE_QTWEBENGINE)
find_package(Qt5 COMPONENTS WebEngineWidgets)
if(NOT Qt5_FOUND)