diff Plugin/CMakeLists.txt @ 2:76114d03e318

fix legacy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Oct 2023 18:54:12 +0200
parents 3ecef5782f2c
children c9b4ff27ad5d
line wrap: on
line diff
--- a/Plugin/CMakeLists.txt	Wed Oct 18 18:32:35 2023 +0200
+++ b/Plugin/CMakeLists.txt	Wed Oct 18 18:54:12 2023 +0200
@@ -24,6 +24,8 @@
 
 set(PLUGIN_VERSION "mainline")
 
+set(CMAKE_CXX_STANDARD 11)
+
 include(CheckIncludeFileCXX)
 include(FindPythonInterp)