Skip to content

Commit f46edcd

Browse files
committed
Merge branch 'master' of https://github.com/libAthena/Athena
2 parents 2172476 + 1601abc commit f46edcd

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
@@ -21,7 +21,7 @@ add_subdirectory(extern)
2121

2222
include_directories(include ${LZO_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
2323
if (NOT MSVC)
24-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
24+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
2525
endif()
2626

2727
if(WIN32)

0 commit comments

Comments
 (0)