mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
VS: Ignore LIBC.lib when linking the CompilerId executables
Some Windows CE linkers want to link against LIBC.lib, but can not find them. Since they are not required we can simply ignore it.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="@id_subsystem@"
|
||||
EntryPointSymbol="@id_entrypoint@"
|
||||
|
||||
Reference in New Issue
Block a user