mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-23 21:02:57 +00:00
externals/cmake: Fix fmt target check
This commit is contained in:
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()
|
||||
|
||||
Reference in New Issue
Block a user