From 7d0490f43f00ef656766cf4c7da8c2ad557012d9 Mon Sep 17 00:00:00 2001 From: dcvz Date: Wed, 15 May 2024 10:24:14 +0200 Subject: [PATCH] =?UTF-8?q?Disable=20TOML=5FENABLE=5FFORMATTERS=20since=20?= =?UTF-8?q?we=20don=E2=80=99t=20reserialize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20d83b8..b2e6fca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ target_include_directories(rabbitizer PRIVATE add_subdirectory(lib/fmt) # tomlplusplus +set(TOML_ENABLE_FORMATTERS OFF) add_subdirectory(lib/tomlplusplus) # N64 recompiler