]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Fix a typo
authorSumedha Widyadharma <s-fairphone@wdya.de>
Sun, 23 Oct 2016 13:27:48 +0000 (15:27 +0200)
committerSumedha Widyadharma <s-fairphone@wdya.de>
Sun, 23 Oct 2016 13:27:48 +0000 (15:27 +0200)
CMakeLists.txt

index 116b13745725a5dc844c0c7530d27826d1dcacc3..1fee53801de5aa73543add50e30a6f878eef1494 100644 (file)
@@ -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