Skip to content

Commit c92f204

Browse files
cmake: replace README.txt by README.md
1 parent 741d9e7 commit c92f204

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
@@ -425,7 +425,7 @@ INCLUDE(InstallRequiredSystemLibraries)
425425

426426
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Hydrogen : an advanced drum machine for GNU/Linux")
427427
SET(CPACK_PACKAGE_VENDOR "Hydrogen Developers")
428-
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.txt")
428+
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
429429
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
430430
SET(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
431431
SET(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")

0 commit comments

Comments
 (0)