MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009904 | CMake | CMake | public | 2009-11-16 05:31 | 2011-01-12 07:09 |
| Reporter | Nils Gladitz | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||
| Summary | 0009904: macros defined in Windows-cl.cmake should be added to Windows-icl.cmake | ||||
| Description | Windows-cl.cmake adds preprocessor macros WIN32 _WINDOWS _DEBUG and NDEBUG which are missing from Windows-icl.cmake: e.g. Windows-cl.cmake: SET (CMAKE_CXX_FLAGS_INIT "/DWIN32 /D_WINDOWS /W3 /Zm1000 /EHsc /GR") vs Windows-icl.cmake: SET (CMAKE_CXX_FLAGS_INIT "/W3 /Zm1000 /GX /GR") also this looks kind of suspicious (Windows-icl.cmake): # default to Debug builds #SET(CMAKE_BUILD_TYPE_INIT Debug) SET(CMAKE_BUILD_TYPE_INIT Release) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-11-16 05:31 | Nils Gladitz | New Issue | |||
| 2009-11-16 05:38 | Nils Gladitz | Note Added: 0018442 | |||
| 2010-12-15 09:07 | David Cole | Assigned To | => Brad King | ||
| 2010-12-15 09:07 | David Cole | Status | new => assigned | ||
| 2010-12-16 08:26 | Brad King | Note Added: 0024204 | |||
| 2010-12-16 08:26 | Brad King | Status | assigned => closed | ||
| 2010-12-16 08:26 | Brad King | Resolution | open => fixed | ||
| 2011-01-12 07:09 | David Cole | Fixed in Version | => CMake 2.8.4 | ||
| 2011-01-12 07:09 | David Cole | Target Version | => CMake 2.8.4 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||