From aaf75d0dfac308422ea5e226a49e887171764024 Mon Sep 17 00:00:00 2001 From: John Sanpe Date: Tue, 12 Aug 2025 09:39:47 +0800 Subject: [PATCH] build fixup: fixed cmake werror condition typo Signed-off-by: John Sanpe --- build.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmake b/build.cmake index 9a880de6..bf10832c 100644 --- a/build.cmake +++ b/build.cmake @@ -18,7 +18,7 @@ set(CMAKE_C_FLAGS -fvisibility=hidden " ) -if(CMAKE_C_FLAGS) +if(BFDEV_STRICT) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \ -Werror"