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)