Skip to content

Commit ad948e8

Browse files
committed
cmake: default c++ standard => 14
1 parent c898f56 commit ad948e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/compilerFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These flags applies to exiv2lib, the applications, and to the xmp code
22
include(CheckCXXCompilerFlag)
33

4-
set(CMAKE_CXX_STANDARD 11)
4+
set(CMAKE_CXX_STANDARD 14)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66
if (CYGWIN)
77
set(CMAKE_CXX_EXTENSIONS ON)

0 commit comments

Comments
 (0)