Remove fmt::fmt from link
This commit is contained in:
parent
002ffeed78
commit
3f4f082220
1 changed files with 2 additions and 2 deletions
|
@ -97,11 +97,11 @@ install(TARGETS larra_xmpp
|
||||||
|
|
||||||
|
|
||||||
if(TARGET Boost::pfr)
|
if(TARGET Boost::pfr)
|
||||||
target_link_libraries(larra_xmpp INTERFACE fmt::fmt
|
target_link_libraries(larra_xmpp INTERFACE
|
||||||
Boost::pfr utempl::utempl ${GTKMM_LIBRARIES})
|
Boost::pfr utempl::utempl ${GTKMM_LIBRARIES})
|
||||||
else()
|
else()
|
||||||
find_package(Boost 1.85.0 REQUIRED)
|
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})
|
utempl::utempl ${Boost_LIBRARIES} ${GTKMM_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue