Skip to content

MSVC: use lib instead of link for static libraries

Francisco Facioni requested to merge fran6co/cmake:use_link_msvc into master

link /lib is an undocumented flag and it just calls lib. Also link doesn't parse /lib correctly when in a response file and it's a problem for other generators like Fastbuild => !4200 (closed).

Topic-rename: msvc-librarian

Edited by Brad King

Merge request reports