Skip to content
  • Brad King's avatar
    ENH: Tolerate repeated link library types · 40fc9174
    Brad King authored
    The "debug", "optimized", and "general" link library type specifier
    arguments to the target_link_library commands are sometimes repeated in
    user code due to variable expansion and other complications.  Instead of
    silently accepting the duplicates and trying to link to a bogus library
    like "optimized.lib", warn and ignore the earlier specifiers.
    40fc9174