From fe01769980a8d3055ca7990aa8cb89c0ff4e0ef7 Mon Sep 17 00:00:00 2001 From: Zrax Date: Fri, 8 Apr 2011 18:15:25 -0700 Subject: [PATCH] Rename the project to "Plasma" (cherry picked from commit 7a4cbbe021b2e0c722eab2cc0935169940b11690) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdd8d488..395933df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(CyanWorldsEngine) +project(Plasma) cmake_minimum_required(VERSION 2.8) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")