Ask for help in reading generator expression

Can I somehow print what this expression sets?

target_link_libraries(cfs PUBLIC $<LINK_ONLY:MKL::MKL>)

Thanks

Thanks for your reply but honestly do not understand what you want to tell me …

AFAIK: This prevents CMake to force, that a static library your targets are linked to, has to be installed.

see too How to handle header-only-libraries exported through INTERFACE_LINK_LIBRARIES? - Usage - CMake Discourse

Thanks, this gives me a good starting point.