From aeaf7332e54b2701402b532fbfc9c469b476c78b Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Sat, 10 Oct 2020 15:48:28 +0800
Subject: [PATCH] WIP: add the missing ROOT libraries.

---
 Detector/GeoSvc/CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Detector/GeoSvc/CMakeLists.txt b/Detector/GeoSvc/CMakeLists.txt
index 561274ca..b0e86b46 100644
--- a/Detector/GeoSvc/CMakeLists.txt
+++ b/Detector/GeoSvc/CMakeLists.txt
@@ -27,7 +27,8 @@ gaudi_add_module(GeoSvc
                  LINK_LIBRARIES
                    DD4hep 
                    ${DD4hep_COMPONENT_LIBRARIES} 
-                   GaudiKernel 
-		   ${GEAR_LIBRARIES}
+                   GaudiKernel
+                   ${GEAR_LIBRARIES}
+                   ${ROOT_LIBRARIES}
                    # ROOT
 )
-- 
GitLab