Remove fmt::fmt from link

This commit is contained in:
sha512sum 2024-08-26 04:55:09 +00:00
parent 002ffeed78
commit 3f4f082220

View file

@ -97,11 +97,11 @@ install(TARGETS larra_xmpp
if(TARGET Boost::pfr)
target_link_libraries(larra_xmpp INTERFACE fmt::fmt
target_link_libraries(larra_xmpp INTERFACE
Boost::pfr utempl::utempl ${GTKMM_LIBRARIES})
else()
find_package(Boost 1.85.0 REQUIRED)
target_link_libraries(larra_xmpp INTERFACE fmt::fmt
target_link_libraries(larra_xmpp INTERFACE
utempl::utempl ${Boost_LIBRARIES} ${GTKMM_LIBRARIES})
endif()