From 8c3a6418449318675028aecae3e70f2d49d2f37d Mon Sep 17 00:00:00 2001 From: hamidwakili <90334111+hamidwakili@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:08:24 +0200 Subject: [PATCH] Update CMakeLists.txt compile with c++11 on mac m3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6c8639..4d5e0605 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) - +set(CMAKE_CXX_STANDARD 11) if (WIN32) set(Boost_USE_STATIC_LIBS OFF) # The auto-linking feature has problems with USE_STATIC_LIBS off, so we use