Skip to content

Commit

Permalink
fix: 🐛 use cpack-able fmt version; update cpack info
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Oct 31, 2023
1 parent 6056141 commit 6bf3e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()

include(cmake/CPM.cmake)

cpmfindpackage(NAME "fmt" GITHUB_REPOSITORY "fmtlib/fmt" GIT_TAG "10.1.1")
cpmfindpackage(NAME "fmt" GITHUB_REPOSITORY "fmtlib/fmt" GIT_TAG "10.1.0")

cpmfindpackage(
NAME
Expand Down Expand Up @@ -228,10 +228,10 @@ if(${PROJECT_NAME}_INSTALL)
)

set(CPACK_PACKAGE_VENDOR Xminent)
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A networking library for C++")
set(CPACK_PACKAGE_DESCRIPTION "A networking library for C++")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A Discord library for C++")
set(CPACK_PACKAGE_DESCRIPTION "A Discord library for C++")
set(CPACK_PACKAGE_CONTACT "mail@xminent.com")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "A networking library for C++")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "A Discord library for C++")

if(WIN32)
set(CPACK_GENERATOR ZIP)
Expand Down

0 comments on commit 6bf3e1d

Please sign in to comment.