From f59adb48ff1ce4e71f6ef5076919317b1a5a7ff0 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 5 Aug 2022 18:28:00 -0500
Subject: [PATCH] fix: rootmap and pcm in build dir

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 728c244..ebb3ff8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ install(TARGETS ${EICD_INSTALL_LIBS}
   COMPONENT dev)
 
 install(FILES
-  "${PROJECT_BINARY_DIR}/eicd/eicdDictDict.rootmap"
+  "${PROJECT_BINARY_DIR}/eicdDictDict.rootmap"
   DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT dev)
 
 install(FILES
@@ -61,7 +61,7 @@ install(FILES
   DESTINATION "${CMAKE_INSTALL_DATADIR}/eicd" COMPONENT dev)
 
 install(FILES
-  "${PROJECT_BINARY_DIR}/eicd/libeicdDict_rdict.pcm"
+  "${PROJECT_BINARY_DIR}/libeicdDict_rdict.pcm"
   DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT dev)
 
 add_custom_target( doc_doxygen #ALL 
-- 
GitLab