Skip to content

Commit 8d0905c

Browse files
committed
[C++] convert to c++14 for compilation.
1 parent cb4eb1f commit 8d0905c

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
@@ -47,7 +47,7 @@ if (NOT CMAKE_BUILD_TYPE)
4747
endif (NOT CMAKE_BUILD_TYPE)
4848

4949
if (NOT DEFINED CMAKE_CXX_STANDARD)
50-
set(CMAKE_CXX_STANDARD 11)
50+
set(CMAKE_CXX_STANDARD 14)
5151
endif ()
5252

5353
if (NOT DEFINED CMAKE_CXX_EXTENSIONS)

0 commit comments

Comments
 (0)