Skip to content

Commit 6c730cb

Browse files
ktfAnarManafov
authored andcommitted
Exclude libc / libm / ld-linux from the tarball
1 parent 20914e1 commit 6c730cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cmake/modules/DDS_CollectPrerequisites.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ include(GetPrerequisites)
2727
RESOLVED_DEPENDENCIES_VAR _r_deps
2828
UNRESOLVED_DEPENDENCIES_VAR _u_deps
2929
DIRECTORIES ${PREREQ_DIRS_LIST_REBUILT}
30+
POST_EXCLUDE_REGEXES
31+
".*/libc\\.so\\.[0-9]+"
32+
".*/libm\\.so\\.[0-9]+"
33+
".*/ld-linux-x86-64\\.so\\.[0-9]+"
3034
)
3135

3236
foreach(_file ${_r_deps})

0 commit comments

Comments
 (0)