Skip to content

Commit

Permalink
exclude other build directories and build_description.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fgerlits committed Feb 28, 2025
1 parent f90a6b3 commit e4ce729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ else()
endif(WIN32)
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${ASSEMBLY_BASE_NAME}-source")
set(CPACK_SOURCE_IGNORE_FILES
"/build/"
"/cmake-build-"
"/.*build.*/"
"/build_description\\\\.cpp"
"~"
"\\\\.git/"
"\\\\.idea"
Expand Down

0 comments on commit e4ce729

Please sign in to comment.