Revert "CMakeLists: Handle DYNARMIC_NO_BUNDLED_FMT in relation to export()"
I was being silly. This isn't required. This reverts commit 00b79cbb72c61744470e0aa1a96b673702b33931.
This commit is contained in:
parent
acd7ac5ed3
commit
44b61212e5
1 changed files with 1 additions and 8 deletions
|
@ -301,14 +301,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
endif()
|
||||
|
||||
export(
|
||||
TARGETS dynarmic boost xbyak
|
||||
TARGETS dynarmic boost fmt xbyak
|
||||
NAMESPACE dynarmic::
|
||||
FILE "dynarmic-config.cmake"
|
||||
)
|
||||
if (NOT DYNARMIC_NO_BUNDLED_FMT)
|
||||
export(
|
||||
TARGETS fmt
|
||||
NAMESPACE dynarmic::
|
||||
APPEND FILE "dynarmic-config.cmake"
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue