1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

cmake: ignore .git when creating source tarball

This commit is contained in:
Mike Gilbert 2017-01-02 21:06:54 -05:00
parent 683b417a33
commit b7a850b073

View file

@ -542,7 +542,7 @@ endif()
set(CPACK_SOURCE_GENERATOR TBZ2) set(CPACK_SOURCE_GENERATOR TBZ2)
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${TR_NAME}-${TR_USER_AGENT_PREFIX}") set(CPACK_SOURCE_PACKAGE_FILE_NAME "${TR_NAME}-${TR_USER_AGENT_PREFIX}")
set(CPACK_SOURCE_IGNORE_FILES set(CPACK_SOURCE_IGNORE_FILES
\\\\.svn \\\\.git
) )
include(CPack) include(CPack)