mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 22:26:00 +01:00
83a334f97d
Requires GCC >= 14 / Clang >= 18 --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
12 lines
320 B
Diff
12 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
|