CMakeLists: Temporarily remove export
Unable to export fmt in projects that have DYNARMIC_NO_BUNDLED_FMT enabled
This commit is contained in:
parent
7be5668376
commit
e41a7dc678
1 changed files with 0 additions and 6 deletions
|
@ -303,9 +303,3 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||
endif()
|
||||
# Disable this as it relies on a non-standard feature
|
||||
target_compile_definitions(dynarmic PRIVATE FMT_USE_USER_DEFINED_LITERALS=0)
|
||||
|
||||
export(
|
||||
TARGETS dynarmic boost fmt xbyak
|
||||
NAMESPACE dynarmic::
|
||||
FILE "dynarmic-config.cmake"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue