aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/stdcxx.patch
blob: 032e494df578851a390c52a61a83e2d17fe19219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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