From d0f139af1b8e2126dc5b21800e5811efa807a32f Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 6 Nov 2025 13:55:42 -0500 Subject: [PATCH] Remove unwanted c++ std injection into downstream projects via pkgconfig --- cmake/compiler_settings.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/compiler_settings.cmake b/cmake/compiler_settings.cmake index 41fcf937859..a5d0528d01e 100644 --- a/cmake/compiler_settings.cmake +++ b/cmake/compiler_settings.cmake @@ -36,7 +36,6 @@ endfunction() macro(set_gcc_flags) - list(APPEND AWS_COMPILER_FLAGS "-fno-exceptions" "-std=c++${CPP_STANDARD}") if(COMPILER_IS_MINGW) list(APPEND AWS_COMPILER_FLAGS -D__USE_MINGW_ANSI_STDIO=1) endif()