diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-12-30 23:53:14 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-12-30 23:53:21 +0000 |
commit | a63b3090a0e047f828d0cdbf27fc62f20505b529 (patch) | |
tree | 129323738abc17c160de64666d1f185caa09c494 /CPackConfig.txt | |
parent | 61cde08a95ddbeaeda32111f4469cbfc48dc95c3 (diff) | |
download | wireshark-a63b3090a0e047f828d0cdbf27fc62f20505b529.tar.gz wireshark-a63b3090a0e047f828d0cdbf27fc62f20505b529.tar.bz2 wireshark-a63b3090a0e047f828d0cdbf27fc62f20505b529.zip |
Revert "CPack: Use COPYTING.txt as the license file."
Looks like we need to fix a dependency.
This reverts commit 61cde08a95ddbeaeda32111f4469cbfc48dc95c3.
Change-Id: I490b826f20fbefbf169b63816916bfe784609610
Reviewed-on: https://code.wireshark.org/review/12956
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'CPackConfig.txt')
-rw-r--r-- | CPackConfig.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CPackConfig.txt b/CPackConfig.txt index 6c7ff4a5b5..cec48646d1 100644 --- a/CPackConfig.txt +++ b/CPackConfig.txt @@ -31,7 +31,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "${PROJECT_PATCH_VERSION}${PROJECT_VERSION_EXTEN set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}") set(CPACK_PACKAGE_CONTACT "wireshark-users@wireshark.org") # set(CPACK_PACKAGE_EXECUTABLES "wireshark") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR}/COPYING.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING") set(CPACK_STRIP_FILES true) set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") @@ -76,3 +76,4 @@ ENDIF(APPLE) #=============================================== include(CPack) + |