X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=601f3802ea4d400b4a3e3a196cad039da00cc633;hb=221daef8ec1b14a0d076842d0b943d091aa5ba74;hp=c476f76d7c8bbea2a5e5fd3f2ce4e63ee15a0eaa;hpb=ead804ac3d641c842d6b24c1de7e1c235fee2448;p=awesomized%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index c476f76d..601f3802 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,11 +6,11 @@ endif() include(CMakeVersions.txt) -project(libmemcached +project(libmemcached-awesome VERSION "${LIBMEMCACHED_VERSION}" - DESCRIPTION "libmemcached, a C/C++ memcached client library" + DESCRIPTION "libmemcached-awesome, a C/C++ memcached client library" ) -set(PROJECT_HOMEPAGE_URL "https://github.com/m6w6/libmemcached") +set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached") set(PROJECT_CONTACT "Michael Wallner ") set(CXX_STANDARD 11)