MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008067 | CMake | CMake | public | 2008-11-10 00:51 | 2016-06-10 14:30 |
| Reporter | rory | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0008067: Incorrect Default Flags with IFORT(10.1.025) and Visual Studio 2008 | ||||
| Description | When I create a 64-bit Fortran library project in Windows it incorrectly sets the runtime libraries and optimization flags. The runtime library is always set to "Multithreaded" even in debug mode. Also the optimization flags are mixed up: Debug Mode -> Maximize Speed MinSizeRel -> Maximize Speed Release -> Minimize Speed /01 ReleaseWithDebInfo -> Minimize Speed /01 | ||||
| Steps To Reproduce | |||||
| Additional Information | Here is my CMakeLists.txt file: enable_language( Fortran ) FILE(GLOB SOURCE_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/*.f") add_library ( MyLib ${SOURCE_FILES} ) SET_TARGET_PROPERTIES(MyLib PROPERTIES COMPILE_FLAGS "/extend_source:132 /names:lowercase /assume:underscore" ) | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-10 00:51 | rory | New Issue | |||
| 2009-01-29 14:32 | Bill Hoffman | Status | new => assigned | ||
| 2009-01-29 14:32 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041469 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||