Skip to content

Commit 708ca52

Browse files
committed
fix license for package
1 parent 5193a4c commit 708ca52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/skvCPack.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set(CPACK_PACKAGE_VENDOR "www.ibm.com")
66
set(CPACK_PACKAGE_CONTACT "[email protected]")
77
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/README)
88
set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/README)
9+
set(CPACK_PACKAGE_LICENSE "EPL")
910

1011
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libstdc++6")
1112

0 commit comments

Comments
 (0)