Skip to content

Commit

Permalink
Removed top directory for geometries
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreetto committed Apr 18, 2023
1 parent cbf18ba commit 82e2106
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Expand Up @@ -110,8 +110,7 @@ if(INSTALL_MUONC_FILES)
SET(MUONC_GEO_DIR ${CMAKE_INSTALL_PREFIX}/share/lcgeo/compact/
CACHE PATH "Installation directory for geometry files")

INSTALL(DIRECTORY MuColl DESTINATION ${MUONC_GEO_DIR}
PATTERN "*.md" EXCLUDE
PATTERN "CLIC_o*" EXCLUDE)
FILE(GLOB GEO_DIRS LIST_DIRECTORIES true MuColl/MuColl_v*)
INSTALL(DIRECTORY ${GEO_DIRS} DESTINATION ${MUONC_GEO_DIR} PATTERN "*.md" EXCLUDE)
endif()

0 comments on commit 82e2106

Please sign in to comment.