From a6bce04f9d2d2ef364981ee59b8d6a2d638a68cd Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Mon, 2 Mar 2026 22:36:04 +0400 Subject: [PATCH] hopefully fix std ver? --- Minecraft.World/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Minecraft.World/CMakeLists.txt b/Minecraft.World/CMakeLists.txt index e8d4de712..2489988f7 100644 --- a/Minecraft.World/CMakeLists.txt +++ b/Minecraft.World/CMakeLists.txt @@ -1992,6 +1992,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE -fpermissive -Wtemplate-body -Wshift-count-overflow + -std=c++11 ) target_include_directories(${PROJECT_NAME} PRIVATE x64headers)