From e10e7343c81e5562103f0a5990ffda1149171fdc Mon Sep 17 00:00:00 2001
From: Tomas Pecka <peckato1@fit.cvut.cz>
Date: Wed, 14 Nov 2018 10:47:06 +0100
Subject: [PATCH] Build: CMake: Remove obsolete FindPackage calls

---
 CMake/CMakeLists_root.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMake/CMakeLists_root.txt b/CMake/CMakeLists_root.txt
index 45228f3728..589c697718 100644
--- a/CMake/CMakeLists_root.txt
+++ b/CMake/CMakeLists_root.txt
@@ -81,8 +81,6 @@ find_package(tclap REQUIRED)
 find_package(readline REQUIRED)
 
 if(NOT ALIB_NOGUI)
-    find_package(Qt5Widgets)
-    find_package(Qt5Xml)
     find_package(Threads)
     find_package(Graphviz)
     find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml)
-- 
GitLab