Skip to content

Commit ef27fc3

Browse files
author
Jarrett Chisholm
committed
turn off extensions (so that it uses c++11 instead of gnu++11)
1 parent c210145 commit ef27fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set(ENTITYX_MAJOR_VERSION 1)
33
set(ENTITYX_MINOR_VERSION 1)
44
set(ENTITYX_PATCH_VERSION 2)
55
set(ENTITYX_VERSION ${ENTITYX_MAJOR_VERSION}.${ENTITYX_MINOR_VERSION}.${ENTITYX_PATCH_VERSION})
6+
set(CMAKE_CXX_EXTENSIONS OFF)
67

78
project(EntityX)
89

0 commit comments

Comments
 (0)