From e41a7dc678c4f6ea7f14e185a33d48970caeff83 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Tue, 23 Jul 2019 21:42:14 +0100 Subject: [PATCH] CMakeLists: Temporarily remove export Unable to export fmt in projects that have DYNARMIC_NO_BUNDLED_FMT enabled --- src/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) 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" -)