CMakeLists: Temporarily remove export
Unable to export fmt in projects that have DYNARMIC_NO_BUNDLED_FMT enabled
This commit is contained in:
parent
e1709546f9
commit
dc8e6ccf74
@ -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…
x
Reference in New Issue
Block a user