CMake: Add option to disable use of bundled fmtlib
This commit is contained in:
parent
9ec51f74bd
commit
700561a69a
1 changed files with 4 additions and 2 deletions
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…
Reference in a new issue