Skip to content

Commit ed2313b

Browse files
committed
fixed license path in cpack configuration
1 parent 7a8554f commit ed2313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "JK2 MultiVersion")
250250
set(CPACK_PACKAGE_VERSION "${MV_VERSION}")
251251
set(CPACK_PACKAGE_VERSION_MAJOR "${MV_MAJOR_VERSION}")
252252
set(CPACK_PACKAGE_VERSION_MINOR "${MV_MINOR_VERSION}")
253-
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
253+
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
254254

255255
if(BuildPack)
256256
if(WIN32)

0 commit comments

Comments
 (0)