Skip to content

Commit 3a54904

Browse files
committed
Bump C++ standard
1 parent 4c7b10c commit 3a54904

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
@@ -13,7 +13,7 @@ if (USE_QT6)
1313
set(LIBQGNOMEPLATFORM_SUFFIX "6")
1414
else()
1515
set(QT_MIN_VERSION "5.15.2")
16-
set(CMAKE_CXX_STANDARD 11)
16+
set(CMAKE_CXX_STANDARD 14)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1818
set(LIBQGNOMEPLATFORM_SUFFIX "")
1919
endif()

0 commit comments

Comments
 (0)