Skip to content

Commit 4f259be

Browse files
committed
Use C++20 mode on GCC.
1 parent 02d7b78 commit 4f259be

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

init_target.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# https://github.com/desktop-app/legal/blob/master/LEGAL
66

77
set(MAXIMUM_CXX_STANDARD cxx_std_20)
8-
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
9-
set(MAXIMUM_CXX_STANDARD cxx_std_17)
10-
endif()
118

129
function(init_target_folder target_name folder_name)
1310
if (NOT "${folder_name}" STREQUAL "")

0 commit comments

Comments
 (0)