diff options
author | Sumedha Widyadharma <s-fairphone@wdya.de> | 2016-10-23 15:27:48 +0200 |
---|---|---|
committer | Sumedha Widyadharma <s-fairphone@wdya.de> | 2016-10-23 15:27:48 +0200 |
commit | 8a83e237063b24277b861b75619fd223a37b5077 (patch) | |
tree | c5639cf4dde2de737745aa2936bdde45d22c70dd | |
parent | 017e5dc5510b6a462f1f6df05137fc43d4be61be (diff) |
Fix a typo
-rw-r--r-- | CMakeLists.txt | 2 |
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 |