From 1608ba08a45b30f477f5b8b41ebab47b6f6b20cb Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Sat, 10 Oct 2020 15:52:38 +0800
Subject: [PATCH] WIP: fixed the GEAR.

---
 Service/TrackSystemSvc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Service/TrackSystemSvc/CMakeLists.txt b/Service/TrackSystemSvc/CMakeLists.txt
index 8e0f5c1c..349b3b6b 100644
--- a/Service/TrackSystemSvc/CMakeLists.txt
+++ b/Service/TrackSystemSvc/CMakeLists.txt
@@ -29,5 +29,5 @@ gaudi_add_library(TrackSystemSvcLib ${TrackSystemSvcLib_srcs}
 
 gaudi_add_module(TrackSystemSvc ${TrackSystemSvc_srcs}
 				INCLUDE_DIRS GaudiKernel gear 
-				LINK_LIBRARIES TrackSystemSvcLib GaudiKernel $ENV{GEAR}/lib/libgear.so
+				LINK_LIBRARIES TrackSystemSvcLib GaudiKernel ${GEAR_LIBRARIES}
 )
-- 
GitLab