From a67a4033f17e499768e8db360cbfe378139b4ad0 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Sat, 25 Sep 2021 01:45:08 +0800
Subject: [PATCH] update gear svc.

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

diff --git a/Service/GearSvc/CMakeLists.txt b/Service/GearSvc/CMakeLists.txt
index ec9a930b..686ad1cd 100644
--- a/Service/GearSvc/CMakeLists.txt
+++ b/Service/GearSvc/CMakeLists.txt
@@ -11,7 +11,7 @@ gaudi_add_module(GearSvcPlugins
 		      DetSegmentation
 )
 
-target_include_directories(GeomSvc
+target_include_directories(GearSvcPlugins
   PUBLIC ${GEAR_INCLUDE_DIRS}
 )
 
-- 
GitLab