Skip to content

Commit fff516c

Browse files
committed
don't include git files in cpack-generated packages
1 parent 4838617 commit fff516c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeModules/CPackSettings.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ set(CPACK_COMPONENT_OMPLAPP_DEPENDS python)
2020
set(CPACK_COMPONENT_OMPL_REQUIRED ON)
2121

2222
set(CPACK_SOURCE_IGNORE_FILES
23+
".git"
2324
"/.vscode"
2425
"/build/"
2526
".pyc$"

ompl

0 commit comments

Comments
 (0)