Reverted CXX standard to latest on Apple Clang.
Related commit: 5d6f8ebee3.
This commit is contained in:
parent
ed9fa2e798
commit
a7e73ebc03
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# https://github.com/desktop-app/legal/blob/master/LEGAL
|
# https://github.com/desktop-app/legal/blob/master/LEGAL
|
||||||
|
|
||||||
set(MAXIMUM_CXX_STANDARD cxx_std_20)
|
set(MAXIMUM_CXX_STANDARD cxx_std_20)
|
||||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||||
set(MAXIMUM_CXX_STANDARD cxx_std_17)
|
set(MAXIMUM_CXX_STANDARD cxx_std_17)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue