aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2016-10-24 00:29:55 +1100
committerGitHub <noreply@github.com>2016-10-24 00:29:55 +1100
commit018d922f8b21efc430587ec20ed339e547347267 (patch)
treec5639cf4dde2de737745aa2936bdde45d22c70dd
parent017e5dc5510b6a462f1f6df05137fc43d4be61be (diff)
parent8a83e237063b24277b861b75619fd223a37b5077 (diff)
Merge pull request #155 from asmw/master
Fix a typo
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 116b137..1fee538 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,7 +134,7 @@ require(HAVE_STDINT_H "stdint.h")
set(sources entityx/System.cc entityx/Event.cc entityx/Entity.cc entityx/help/Timer.cc entityx/help/Pool.cc)
if (ENTITYX_BUILD_SHARED)
- message("-- Building shared libraries (-DENTITYX_BUILD_SHARED=0 to only build static librarires)")
+ message("-- Building shared libraries (-DENTITYX_BUILD_SHARED=0 to only build static libraries)")
add_library(entityx_shared SHARED ${sources})
set_target_properties(entityx_shared PROPERTIES