From: ANAND Date: Fri, 26 Apr 2019 17:07:32 +0000 (+0530) Subject: CMakeLists.txt: Remove references to Minecraft and Infiniminer (#8487) X-Git-Tag: 5.1.0~235 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=66ecfb59164b9f7bf36b33520f22d79c91c95692;p=oweals%2Fminetest.git CMakeLists.txt: Remove references to Minecraft and Infiniminer (#8487) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 966343ab6..5b3b8539a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,7 +232,7 @@ add_subdirectory(src) # CPack -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "An InfiniMiner/Minecraft inspired game") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A free open-source voxel game engine with easy modding and game creation.") set(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR}) set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH})