[CMake] Transitive linking and static libraries

Matthew Woehlke matthew.woehlke at kitware.com
Wed Oct 16 14:17:04 EDT 2013


On 2013-10-16 14:05, James Bigler wrote:
> Is it possible to stop known static libraries from being carried through
> shared libraries?

Did you try using 'LINK_PRIVATE' in your target_link_libraries?

-- 
Matthew



More information about the CMake mailing list