mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
Merge pull request #651 from ameerj/fmt-cmake
externals/cmake: Fix fmt target check
This commit is contained in:
commit
cce7e4ee5d
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -11,7 +11,7 @@ endif()
|
|||||||
|
|
||||||
# fmt
|
# fmt
|
||||||
|
|
||||||
if (NOT TARGET fmt)
|
if (NOT TARGET fmt AND NOT TARGET fmt::fmt)
|
||||||
# fmtlib formatting library
|
# fmtlib formatting library
|
||||||
add_subdirectory(fmt)
|
add_subdirectory(fmt)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user