From e406ddbfaf77f8904525cdc478593fdd53bd39ce Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 8 Apr 2023 08:46:43 -0700 Subject: [PATCH] Remove broken part of the config --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f24072c9..481db813 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,8 +333,6 @@ if (FMT_INSTALL) install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR} NAMESPACE fmt::) - install(FILES $ - DESTINATION ${FMT_LIB_DIR} OPTIONAL) install(FILES "${pkgconfig}" DESTINATION "${FMT_PKGCONFIG_DIR}") endif ()