From a1606d951bf62eb3931be451ce7d4dce00322f57 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 10 Mar 2020 15:54:46 +0100 Subject: [PATCH] Comment in CMake for CXX STANDARD Co-Authored-By: JP Cimalando --- cmake/SfizzConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index 31af5c4b..52a2a587 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -1,4 +1,4 @@ -# Do not override the C++ standard if set to more than 14 +# Do not override the C++ standard if set to more than 11 if (NOT CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 11) set(CMAKE_CXX_STANDARD 11) endif()