make cpack ignore the dep folder

This commit is contained in:
DoctorWho11 2015-06-15 09:20:20 -04:00
parent 65f7546798
commit 3389ba5cd6
1 changed files with 1 additions and 0 deletions

View File

@ -407,4 +407,5 @@ set(CPACK_SOURCE_GENERATOR "TGZ")
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "0")
SET(CPACK_PACKAGE_VERSION_PATCH "0-Git-" ${COMMITHASH})
list(APPEND CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/dependencies")
INCLUDE(CPack)