Skip to content

Commit

Permalink
Use c++23
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Feb 24, 2024
1 parent b5601f7 commit 949b5d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ else()
)
endif()

set_target_properties(git-tui PROPERTIES CXX_STANDARD 20)
set_target_properties(git-tui PROPERTIES CXX_STANDARD_REQUIRED ON)
set_target_properties(git-tui PROPERTIES CXX_EXTENSIONS OFF)
set_target_properties(git-tui PROPERTIES CXX_STANDARD 23)

# ------------------------------------------------------------------------------

Expand Down

0 comments on commit 949b5d9

Please sign in to comment.