From b05577818a62ca920e2da866c644ce48b058e001 Mon Sep 17 00:00:00 2001
From: "jihee.kim" <jihee.kim@anl.gov>
Date: Tue, 16 Mar 2021 18:34:55 -0500
Subject: [PATCH] Changed a project name

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36f5f7a..de2ea0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,9 +13,9 @@ find_package( DD4hep REQUIRED COMPONENTS DDCore DDG4 )
 #-----------------------------------------------------------------------------------
 set(a_lib_name detector_template)
 
-if("${PROJECT_NAME}" STREQUAL "detector_template")
+if("${PROJECT_NAME}" STREQUAL "reference_detector")
   message(WARNING "
-  Current project and library is named detector_template!
+  Current project and library is named reference_detector!
   Please rename library to match corresponding detector implmentation.")
 endif()
 
-- 
GitLab