make cpack ignore the dep folder
This commit is contained in:
parent
65f7546798
commit
3389ba5cd6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue