Remove broken part of the config

This commit is contained in:
Victor Zverovich 2023-04-08 08:46:43 -07:00
parent 9095679536
commit e406ddbfaf

View File

@ -333,8 +333,6 @@ if (FMT_INSTALL)
install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR}
NAMESPACE fmt::)
install(FILES $<TARGET_PDB_FILE:${INSTALL_TARGETS}>
DESTINATION ${FMT_LIB_DIR} OPTIONAL)
install(FILES "${pkgconfig}" DESTINATION "${FMT_PKGCONFIG_DIR}")
endif ()