[cmake-developers] [CMake 0015262]: Visual Studio Generators: selection of runtime
Mantis Bug Tracker
mantis at public.kitware.com
Mon Nov 24 09:38:38 EST 2014
The following issue has been SUBMITTED.
======================================================================
https://www.cmake.org/Bug/view.php?id=15262
======================================================================
Reported By: Daniel Franke
Assigned To:
======================================================================
Project: CMake
Issue ID: 15262
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-11-24 09:38 EST
Last Modified: 2014-11-24 09:38 EST
======================================================================
Summary: Visual Studio Generators: selection of runtime
Description:
On Windows with Intel Fortran and QuickWin libraries: we tried to use
cmake-2.8.12 to generate a VS10 project to build applications with Intel Fortran
and the quickwin libraries. In order for this to work, the runtime has to be
specified as "QuickWin", not the default "MultiThreadedDLL". Right now this is
only possible once the project is generated, by opening VS10, manually changing
the runtime, saving, then building. Obviously a big roadblock for automated
builds.
Browsing the cmake sources, there does not seem to be any support for changing
this key parameter (see cmVisualStudioGeneratorOptions::ParseFinish in
cmVisualStudioGeneratorOptions.cxx)? If this is the case, appropriate options to
change the defaults by setting variables would be highly desirable.
To note: google found a similar report on the cmake mailing-list, but that
seemed to have gone nowhere [1].
[1] http://www.cmake.org/pipermail/cmake/2011-December/048030.html
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-11-24 09:38 Daniel Franke New Issue
======================================================================
More information about the cmake-developers
mailing list