Skip to content

Commit

Permalink
COMP: Update slicerInstallLibrary to ensure tbb debug libs are not pa…
Browse files Browse the repository at this point in the history
…ckaged

This commit ensure libraries filename with suffix "_debug" are not
packaged.
  • Loading branch information
jcfr committed Jun 2, 2022
1 parent 0d5fe85 commit 177f3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/SlicerFunctionInstallLibrary.cmake
Expand Up @@ -95,6 +95,7 @@ function(slicerInstallLibrary)
FILES_MATCHING PATTERN "${lib_name}*" ${install_permissions}
PATTERN "${lib_name}*.a" EXCLUDE
PATTERN "${lib_name}*.debug" EXCLUDE
PATTERN "${lib_name}*_debug.*" EXCLUDE
REGEX "${lib_dir}/.+/" EXCLUDE)

if(_slicerInstallLibrary_STRIP)
Expand Down

0 comments on commit 177f3b3

Please sign in to comment.