We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c898f56 commit ad948e8Copy full SHA for ad948e8
cmake/compilerFlags.cmake
@@ -1,7 +1,7 @@
1
# These flags applies to exiv2lib, the applications, and to the xmp code
2
include(CheckCXXCompilerFlag)
3
4
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 14)
5
set(CMAKE_CXX_STANDARD_REQUIRED ON)
6
if (CYGWIN)
7
set(CMAKE_CXX_EXTENSIONS ON)
0 commit comments