From db03e59584b1b92a8b1c47ee281f768c611d5dc8 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Fri, 14 Jun 2024 11:18:51 +0800 Subject: [PATCH] fix the path issue. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f38d19..8094fcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ install(TARGETS ${EDM4CEPC_INSTALL_LIBS} COMPONENT dev) install(FILES - "${PROJECT_BINARY_DIR}/edm4cepc/edm4cepcDictDict.rootmap" - "${PROJECT_BINARY_DIR}/edm4cepc/libedm4cepcDict_rdict.pcm" + "${PROJECT_BINARY_DIR}/edm4cepcDictDict.rootmap" + "${PROJECT_BINARY_DIR}/libedm4cepcDict_rdict.pcm" DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT dev) -- GitLab