mirror of
https://github.com/fmang/opustags.git
synced 2025-01-15 12:43:17 +01:00
Upgrade to C++20
This commit is contained in:
parent
712830e247
commit
ba435b26a4
@ -6,7 +6,7 @@ project(
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# opustags is mainly developed with glibc, which introduces a few
|
||||
|
Loading…
x
Reference in New Issue
Block a user