Hi, Sorry, I had missed this patch.
On Wed, 2020-01-08 at 10:12 +0100, [email protected] wrote: > + # Link Release library to all configurations. > +- target_link_libraries(${TARGET_NAME} PUBLIC > ${TBB_LIBRARIES_RELEASE}) > ++ get_filename_component(INSTALL_TBB_LIB_RELEASE > ${TBB_LIBRARIES_RELEASE} NAME) > ++ target_link_libraries(${TARGET_NAME} PUBLIC > ++ $<BUILD_INTERFACE:${TBB_LIBRARIES_RELEASE}> > ++ > $<INSTALL_INTERFACE:$<INSTALL_PREFIX>/lib/${INSTALL_TBB_LIB_RELEASE}> > ) Could you try using CMAKE_INSTALL_LIBDIR here? The libs could be in lib64. Thanks, Anuj
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6331): https://lists.yoctoproject.org/g/meta-intel/message/6331 Mute This Topic: https://lists.yoctoproject.org/mt/69524394/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
