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()