From 2d7fc7fd3dc0d26757578789cca436d6af35887e Mon Sep 17 00:00:00 2001 From: jarjar Date: Mon, 3 Mar 2025 21:06:14 +0100 Subject: [PATCH] Utilisation de la version 11 de c++ --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7857c14..9ca5f5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ project(Test C ) +set(CMAKE_CXX_STANDARD 11) + # specify the C++ standard set(CMAKE_CXX_STANDARD_REQUIRED True)