From cf97c5c24644ac445c7aacbf70d6fb2f0dd3d328 Mon Sep 17 00:00:00 2001 From: cron Date: Sun, 4 Oct 2020 15:42:23 +0000 Subject: [PATCH] core: change cmake project name I think Windows buildbot still uses Dragonfire --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efc46f157..5ebc6451f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif() # This can be read from ${PROJECT_NAME} after project() is called project(minetest) -set(PROJECT_NAME_CAPITALIZED "Dragonfire") +set(PROJECT_NAME_CAPITALIZED "waspsaliva") # Works only for cmake 3.1 and greater set(CMAKE_CXX_STANDARD 11)