diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e3827ad..e55c25ee 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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" -)