Skip to content

Commit d0d53d2

Browse files
committed
bugfix: low c++ std for gcc-4.9.0 compatibility
1 parent 24b6555 commit d0d53d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(WITH_STATIC)
2222
endif()
2323
add_library(docopt SHARED ${DOCOPT_SRC})
2424

25-
add_definitions("-std=c++14")
25+
add_definitions("-std=c++11")
2626

2727
########################################################################
2828
# tests

0 commit comments

Comments
 (0)