Skip to content

Commit

Permalink
ENH: Update CMake/SlicerCPack.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
  • Loading branch information
lassoan and jcfr committed Jan 26, 2023
1 parent 149d9b8 commit c0554f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMake/SlicerCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ if(Slicer_BUILD_I18N_SUPPORT)
install(PROGRAMS ${qt_root_dir}/bin/${tool}${CMAKE_EXECUTABLE_SUFFIX}
DESTINATION ${Slicer_INSTALL_ROOT}/bin COMPONENT Runtime
)
slicerStripInstalledLibrary(
FILES "${Slicer_INSTALL_ROOT}/bin/${tool}"
COMPONENT Runtime
)
if(APPLE)
set(dollar "$")
install(CODE
Expand Down

0 comments on commit c0554f2

Please sign in to comment.