summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Zotti <Georg.Zotti@univie.ac.at>2022-05-18 13:33:08 +0200
committerGeorg Zotti <Georg.Zotti@univie.ac.at>2022-05-18 13:33:50 +0200
commit7878c9fec4aee7e1a92ebdb1451ece887f337ea1 (patch)
treed3b32a3ab3f90608703e49025b32253127b2e5be
parentdfb9d46dec88c1f6bbf598e8ea97ef215c60c619 (diff)
Remove outdated dependence
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af9cc6c986..33b08bc20f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -492,9 +492,6 @@ FIND_PACKAGE(Qt5Concurrent REQUIRED)
FIND_PACKAGE(Qt5Gui REQUIRED)
FIND_PACKAGE(Qt5Network REQUIRED)
FIND_PACKAGE(Qt5Widgets REQUIRED)
-# required for qcustomplot external dependency
-# not used elsewhere
-FIND_PACKAGE(Qt5PrintSupport REQUIRED)
FIND_PACKAGE(Qt5Charts REQUIRED)
IF(USE_PLUGIN_TELESCOPECONTROL OR ENABLE_GPS)
FIND_PACKAGE(Qt5SerialPort REQUIRED)