Skip to content

Commit 6e6847a

Browse files
Set more values in CMake project()
1 parent 47c9fb9 commit 6e6847a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
1+
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
44
VERSION 1.7.0
55
LANGUAGES C
6+
DESCRIPTION "Fast system information tool"
7+
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"
68
)
79

810
###################
@@ -438,11 +440,9 @@ endif()
438440
set(CPACK_SET_DESTDIR ON)
439441

440442
set(CPACK_PACKAGE_CONTACT "Linus Dierheimer <[email protected]>")
441-
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Neofetch clone written in C")
442443
set(CPACK_PACKAGE_DESCRIPTION "\
443444
fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. \
444445
It is written in c to achieve much better performance.\
445446
")
446-
set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/LinusDierheimer")
447447

448448
include(CPack)

0 commit comments

Comments
 (0)