From 190a7da2e2d89cf77f821ece091ceb81306cd01a Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Tue, 9 Jun 2020 00:29:50 +0200
Subject: [PATCH] Clean obsolete Qt5-related CMake settings.

---
 cmake/GeoModelIOConfig.cmake.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmake/GeoModelIOConfig.cmake.in b/cmake/GeoModelIOConfig.cmake.in
index 9a194c557..e57f283c2 100644
--- a/cmake/GeoModelIOConfig.cmake.in
+++ b/cmake/GeoModelIOConfig.cmake.in
@@ -1,7 +1,6 @@
 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 
 # First off, import the upstream dependencies of the project.
-find_package( Qt5 COMPONENTS Core Sql )
 find_package( GeoModelCore @GeoModelCore_VERSION@ )
 
 # Now include the exported configuration of GeoModelIO.
@@ -15,7 +14,7 @@ set( GeoModelIO_VERSION "@PROJECT_VERSION@" )
 include( FindPackageHandleStandardArgs )
 find_package_handle_standard_args( GeoModelIO
    FOUND_VAR GeoModelIO_FOUND
-   REQUIRED_VARS SELF_DIR Qt5_FOUND GeoModelCore_FOUND
+   REQUIRED_VARS SELF_DIR GeoModelCore_FOUND
    VERSION_VAR GeoModelIO_VERSION )
 
 # Clean up.
-- 
GitLab