mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
CMake: Add option to disable use of bundled fmtlib
This commit is contained in:
parent
9ec51f74bd
commit
700561a69a
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -2,5 +2,7 @@
|
|||||||
# simply add the directory to that file as a subdirectory
|
# simply add the directory to that file as a subdirectory
|
||||||
# to have CMake automatically recognize them.
|
# to have CMake automatically recognize them.
|
||||||
|
|
||||||
|
if (NOT DYNARMIC_NO_BUNDLED_FMT)
|
||||||
# fmtlib formatting library
|
# fmtlib formatting library
|
||||||
add_subdirectory(fmt)
|
add_subdirectory(fmt)
|
||||||
|
endif()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user