CMakeLists: Temporarily remove export

Unable to export fmt in projects that have DYNARMIC_NO_BUNDLED_FMT enabled
This commit is contained in:
MerryMage 2019-07-23 21:42:14 +01:00
parent 7be5668376
commit e41a7dc678

View file

@ -303,9 +303,3 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
endif() endif()
# Disable this as it relies on a non-standard feature # Disable this as it relies on a non-standard feature
target_compile_definitions(dynarmic PRIVATE FMT_USE_USER_DEFINED_LITERALS=0) target_compile_definitions(dynarmic PRIVATE FMT_USE_USER_DEFINED_LITERALS=0)
export(
TARGETS dynarmic boost fmt xbyak
NAMESPACE dynarmic::
FILE "dynarmic-config.cmake"
)