From 8a83e237063b24277b861b75619fd223a37b5077 Mon Sep 17 00:00:00 2001 From: Sumedha Widyadharma Date: Sun, 23 Oct 2016 15:27:48 +0200 Subject: Fix a typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3