mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-04 19:06:01 +01:00
13 lines
320 B
Diff
13 lines
320 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index cfbd431f..73e8e0c2 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -64,6 +64,7 @@ endif()
|
||
|
include_directories(. "src/" "subprojects/udis86/" "protocols/")
|
||
|
set(CMAKE_CXX_STANDARD 26)
|
||
|
add_compile_options(
|
||
|
+ -std=c++26
|
||
|
-Wall
|
||
|
-Wextra
|
||
|
-Wno-unused-parameter
|