Skip to content

Commit

Permalink
Bump C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
grulja committed Jan 11, 2022
1 parent 4c7b10c commit 3a54904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (USE_QT6)
set(LIBQGNOMEPLATFORM_SUFFIX "6")
else()
set(QT_MIN_VERSION "5.15.2")
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(LIBQGNOMEPLATFORM_SUFFIX "")
endif()
Expand Down

0 comments on commit 3a54904

Please sign in to comment.