Skip to content

Commit

Permalink
Changing CMAKE_CXX_STANDARD from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Feb 14, 2024
1 parent feabb65 commit e389655
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 @@ -96,7 +96,7 @@ qt6_add_resources(SRCS_CXX ${QRC_FILES})

add_definitions(-Wall)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

add_executable(botui ${SRCS_CXX} ${QM_FILES} ${DBUS_INTERFACE_SOURCES})
Expand Down

0 comments on commit e389655

Please sign in to comment.