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