From 0caff00eefbbc7e41b738ada4b9b697be17c1e24 Mon Sep 17 00:00:00 2001 From: Soumik15630m Date: Sun, 8 Feb 2026 02:42:49 +0530 Subject: [PATCH] NFC: testing ci build tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d977c6d3..b0cc64c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -535,7 +535,7 @@ endif () # C API Wrapper -option(FMT_C_API "Build C API wrapper" OFF) +option(FMT_C_API "Build C API wrapper" ON) if(FMT_C_API) message(STATUS "Building C API wrapper (fmt::fmt_c)")