From 2ce9f9a28f78386724a909be2f291dc6516032ae Mon Sep 17 00:00:00 2001 From: Jin S Date: Tue, 16 Jan 2024 21:51:55 -0500 Subject: [PATCH] cmake change --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20a26b90..ec8154ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ set_verbose(FMT_INC_DIR ${CMAKE_INSTALL_INCLUDEDIR} CACHE STRING "Installation directory for include files, a relative path that " "will be joined with ${CMAKE_INSTALL_PREFIX} or an absolute path.") -option(FMT_PEDANTIC "Enable extra warnings and expensive tests." ON) +option(FMT_PEDANTIC "Enable extra warnings and expensive tests." OFF) option(FMT_WERROR "Halt the compilation with an error on compiler warnings." OFF)