Skip to content

Commit a10331f

Browse files
committed
Move to C++17
1 parent 5a3efb0 commit a10331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(linuxdeploy-plugin-qt)
33

44
include(CTest)
55

6-
set(CMAKE_CXX_STANDARD 11)
6+
set(CMAKE_CXX_STANDARD 17)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88

99
include(CTest)

0 commit comments

Comments
 (0)