fixup! Allow using system libfmt

This commit is contained in:
Jean-Pierre De Jesus DIAZ 2023-05-29 20:13:28 +02:00
parent 0399b6b6bb
commit f0f6d1666c
No known key found for this signature in database
GPG key ID: 6279AEC20A9524EC
2 changed files with 5 additions and 5 deletions

View file

@ -32,6 +32,7 @@ option(WITH_VAES "Enable VAES instructions for Cryptonight" ON)
option(WITH_BENCHMARK "Enable builtin RandomX benchmark and stress test" ON)
option(WITH_SECURE_JIT "Enable secure access to JIT memory" OFF)
option(WITH_DMI "Enable DMI/SMBIOS reader" ON)
option(WITH_BUNDLED_FMT "Force use of bundled fmt library" ON)
option(BUILD_STATIC "Build static binary" OFF)
option(ARM_TARGET "Force use specific ARM target 8 or 7" 0)