]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
turn off extensions (so that it uses c++11 instead of gnu++11)
authorJarrett Chisholm <jarrettchisholm@gmail.com>
Mon, 16 Jan 2017 04:12:50 +0000 (23:12 -0500)
committerJarrett Chisholm <jarrettchisholm@gmail.com>
Mon, 16 Jan 2017 04:12:50 +0000 (23:12 -0500)
CMakeLists.txt

index 11899f9a5bc58d614f2cadc581f2b0fcfbfa7010..8a2b5d1ead651db05cf1f40df84d8389d0fb18f1 100644 (file)
@@ -3,6 +3,7 @@ set(ENTITYX_MAJOR_VERSION 1)
 set(ENTITYX_MINOR_VERSION 1)
 set(ENTITYX_PATCH_VERSION 2)
 set(ENTITYX_VERSION ${ENTITYX_MAJOR_VERSION}.${ENTITYX_MINOR_VERSION}.${ENTITYX_PATCH_VERSION})
+set(CMAKE_CXX_EXTENSIONS OFF)
 
 project(EntityX)