From: kumar8600 Date: Mon, 13 Oct 2014 08:37:14 +0000 (+0900) Subject: Correct project name definition at CMakeLists.txt X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=c1970913bd00469d67aff08e748b5ae713ac7081;p=clyne%2Fentityx.git Correct project name definition at CMakeLists.txt Match with before #7b6427d14aca84c9603f8767e6b9b097a8be9424 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e8da352..6d77099 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(entityx) +project(EntityX) cmake_minimum_required(VERSION 2.8) set(ENTITYX_MAJOR_VERSION 1)