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 ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
