Skip to content
Snippets Groups Projects

Fixed install of pcm file.

Merged Whitney Armstrong requested to merge whit/NPDet:master into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -49,7 +49,7 @@ install(TARGETS DDG4_PIDsdet
@@ -49,7 +49,7 @@ install(TARGETS DDG4_PIDsdet
DESTINATION lib)
DESTINATION lib)
install(FILES ${sdet_headers}
install(FILES ${sdet_headers}
DESTINATION include/npdet)
DESTINATION include/npdet)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libDDG4_PIDsdet_rdict.pcm
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/G__DDG4_PIDsdet_rdict.pcm
DESTINATION lib)
DESTINATION lib)
# # Geant4 material scan. From position=0,0,0 to end-of-world
# # Geant4 material scan. From position=0,0,0 to end-of-world
Loading