mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
13 lines
327 B
Diff
13 lines
327 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 765df0ca..edd4bd47 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.1...3.20)
|
|
|
|
project(MaNGOS)
|
|
|
|
-set(CMAKE_CXX_STANDARD 14)
|
|
+set(CMAKE_CXX_STANDARD 17)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
set(CMAKE_CXX_EXTENSIONS OFF)
|
|
|