Can I somehow print what this expression sets?
target_link_libraries(cfs PUBLIC $<LINK_ONLY:MKL::MKL>)
Thanks
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.
Thanks, this gives me a good starting point.