diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-11-19 20:56:26 +0100 |
---|---|---|
committer | Patrick Gansterer <paroga@paroga.com> | 2012-11-20 19:15:39 +0100 |
commit | 14861f88d2e33edc53ab00f92dfaaf860f9d4084 (patch) | |
tree | 40ce2b3cc627e4a53f5986ca47d4adad4b70188a /Modules/CompilerId | |
parent | 8faf4e93801a025d4cb17d2ef12437e5554798b1 (diff) | |
download | cmake-14861f88d2e33edc53ab00f92dfaaf860f9d4084.tar.gz |
VS: Remove TargetMachine for linker when checking compiler id
If the TargetMachine isn't defined the linker will choose
the correct target depending on the input file. This helps
us later with additional compiler platforms for WinCE.
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/VS-7.vcproj.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/CompilerId/VS-7.vcproj.in b/Modules/CompilerId/VS-7.vcproj.in index 71bf64de28..bcb18a5b7a 100644 --- a/Modules/CompilerId/VS-7.vcproj.in +++ b/Modules/CompilerId/VS-7.vcproj.in @@ -37,7 +37,6 @@ LinkIncremental="1" GenerateDebugInformation="false" SubSystem="1" - TargetMachine="@id_machine_7@" /> <Tool Name="VCPostBuildEventTool" |