mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
build(cmake): switch to C++20 (#1821)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
Standard: c++17
|
Standard: c++20
|
||||||
|
|
||||||
# Indentation
|
# Indentation
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
# Find includes in corresponding build directories.
|
# Find includes in corresponding build directories.
|
||||||
|
|||||||
Reference in New Issue
Block a user