mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-14 08:12:19 +00:00
Disable TOML_ENABLE_FORMATTERS since we don’t reserialize
This commit is contained in:
parent
55d88413c7
commit
7d0490f43f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue