diff options
author | Brad King <brad.king@kitware.com> | 2009-07-10 20:51:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-10 20:51:44 (GMT) |
commit | a232dbe8d23729e4aeeb3e27fe0a807903e82a62 (patch) | |
tree | cb0e83679ce19a02b87c5b1a4e2857cb9206cde4 /Source/cmMakefile.cxx | |
parent | bb2228ea1a2596c7068620a094e2ded3b4e5c8df (diff) | |
download | CMake-a232dbe8d23729e4aeeb3e27fe0a807903e82a62.zip CMake-a232dbe8d23729e4aeeb3e27fe0a807903e82a62.tar.gz CMake-a232dbe8d23729e4aeeb3e27fe0a807903e82a62.tar.bz2 |
BUG: Fix Xcode linker language
Xcode does not seem to support direct requests for using the linker for
a particular language. It always infers the linker using the languages
in the source files. When no user source files compile with target's
linker language we add one to help Xcode pick the linker.
A typical use case is when a C executable links to a C++ archive. The
executable has no C++ source files but we need to use the C++ linker.
Diffstat (limited to 'Source/cmMakefile.cxx')
0 files changed, 0 insertions, 0 deletions