Skip to content

Commit 847cc5a

Browse files
Merge pull request ladislav-zezula#164 from SimonMossmyr/master
Thank you for the big finding :-) Merged.
2 parents 58c5f5d + 4aa2446 commit 847cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ install(TARGETS ${LIBRARY_NAME}
341341
SET(CPACK_PACKAGE_NAME ${PROJECT_NAME})
342342
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MPQ manipulation library")
343343
SET(CPACK_PACKAGE_VENDOR "Ladislav Zezula")
344-
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
344+
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
345345
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
346346
SET(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
347347
SET(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")

0 commit comments

Comments
 (0)