Skip to content

Commit

Permalink
Merge pull request #16 from Mu2e/gianipez/dev
Browse files Browse the repository at this point in the history
fixed CMakefile
  • Loading branch information
gianipez authored Nov 19, 2024
2 parents 2abf5f4 + 8c5955a commit 594be86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ endif()
#FILE(COPY ServiceData DESTINATION Data)
#INSTALL(DIRECTORY ServiceData DESTINATION ${product}/${version}/Data)

FILE(COPY boardConfig/nominal DESTINATION boardConfig)
install(DIRECTORY boardConfig/nominal DESTINATION boardConfig FILE_PERMISSIONS USE_SOURCE_PERMISSIONS DIRECTORY_PERMISSIONS USE_SOURCE_PERMISSIONS)
#FILE(COPY boardConfig/nominal DESTINATION boardConfig)
#install(DIRECTORY boardConfig/nominal DESTINATION boardConfig FILE_PERMISSIONS USE_SOURCE_PERMISSIONS DIRECTORY_PERMISSIONS USE_SOURCE_PERMISSIONS)

FILE(COPY boardConfig DESTINATION .)
install(DIRECTORY boardConfig DESTINATION . FILE_PERMISSIONS USE_SOURCE_PERMISSIONS DIRECTORY_PERMISSIONS USE_SOURCE_PERMISSIONS)


cet_cmake_config()

0 comments on commit 594be86

Please sign in to comment.