From 7fec8995f185fe61f45f02977e84b3f89f98ff10 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Tue, 25 Jul 2023 15:49:18 +0200 Subject: [PATCH] CMake: Install detector XML files in share/k4geo instead of additional compact --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d3bf36cad..5a4544f41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,5 +101,5 @@ INSTALL(FILES ${hfiles} #--- install compact files------------------------------ if(INSTALL_COMPACT_FILES) - INSTALL(DIRECTORY CaloTB CLIC FCalTB FCCee ILD fieldmaps SiD DESTINATION share/lcgeo/compact/ ) + INSTALL(DIRECTORY CaloTB CLIC FCalTB FCCee ILD fieldmaps SiD DESTINATION share/k4geo ) endif()