diff options
author | Alec Thomas <alec@swapoff.org> | 2014-10-14 11:51:17 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2014-10-14 11:51:17 +1100 |
commit | 21136b00262c2758b08539c5f20c84597e7d8c52 (patch) | |
tree | 039311b968e4422deb8fa971834ccfa8d7e122a6 | |
parent | 41f492699759682cd9f728323b139f56aa4e74a0 (diff) | |
parent | c1970913bd00469d67aff08e748b5ae713ac7081 (diff) |
Merge pull request #55 from kumar8600/patch-3
Correct project name definition at CMakeLists.txt
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |