[CMake] Mixed Fortran and C++ projects in Visual Studio with Intel Fortran Compiler

Brad King brad.king at kitware.com
Fri Jun 25 11:53:54 EDT 2010


Andreas Mohr wrote:
> On Fri, Jun 25, 2010 at 08:23:06AM -0400, cmake-request at cmake.org wrote:
>> So is there any way in cmake to enforce Visual Studio to use link.exe instead of xilink.exe?
> 
> grep -i LINK /usr/share/cmake-2.8/Modules/Platform/*|less
> 
> yields a ton of link-related CMake variables during platform setup,
> thus something like CMAKE_LINKER should hopefully still be tweakable
> post-platform-setup and do the right thing.

Those are used by the Makefile generators.  Once the VS project file
is generated the IDE does its own thing.

-Brad



More information about the CMake mailing list