From ef27fc380e6a2f6c2c159762e587d7c44e28a5d9 Mon Sep 17 00:00:00 2001 From: Jarrett Chisholm Date: Sun, 15 Jan 2017 23:12:50 -0500 Subject: turn off extensions (so that it uses c++11 instead of gnu++11) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11899f9..8a2b5d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3