From a523ad4758746098e77f6c2e7c02794409413d81 Mon Sep 17 00:00:00 2001 From: Scavanger Date: Fri, 8 Nov 2024 10:10:58 -0300 Subject: [PATCH] MacOs? --- cmake/sitl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/sitl.cmake b/cmake/sitl.cmake index 9bbf9a5c2c9..1f377103246 100644 --- a/cmake/sitl.cmake +++ b/cmake/sitl.cmake @@ -69,7 +69,7 @@ if(NOT MACOSX) endif() else() set(SITL_COMPILE_OPTIONS ${SITL_COMPILE_OPTIONS} - -Wno-double-promotion + -Wno-error=double-promotion ) endif()