mirror of
https://github.com/touchHLE/dynarmic.git
synced 2025-02-18 15:57:56 +00:00
externals/cmake: Fix fmt target check
This commit is contained in:
parent
b87a889d98
commit
4cfbbe3df2
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -11,7 +11,7 @@ endif()
|
||||
|
||||
# fmt
|
||||
|
||||
if (NOT TARGET fmt)
|
||||
if (NOT TARGET fmt AND NOT TARGET fmt::fmt)
|
||||
# fmtlib formatting library
|
||||
add_subdirectory(fmt)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user