From 3c8f68d4ec7dfa04d1d07f1821d5de01eef17355 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Tue, 9 Jun 2020 00:23:38 +0200
Subject: [PATCH] Remove the now unnecessary Qt dependency.

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c6ec2f..1e0af90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,8 +20,8 @@ include( SetupXercesC )
 include( SetupJSON )
 
 # Find the externals needed by the project.
-find_package( GeoModelCore REQUIRED )
-find_package( GeoModelIO REQUIRED )
+find_package( GeoModelCore 3.2.0 REQUIRED )
+find_package( GeoModelIO 3.2.0 REQUIRED )
 
 # Set up the build of the libraries of the project.
 add_subdirectory( GeoModelXMLParser )
-- 
GitLab