| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0018442) Nils Gladitz (developer) 2009-11-16 05:38 |
P.S. I'm using the Visual Studio 2005 generator with CC/CXX set to "icl" (intel compiler). CMake generated solutions are manually converted with: "%CommonProgramFiles%\Intel\shared files\ia32\Bin\ICProjConvert110.exe" |
|
(0024204) Brad King (manager) 2010-12-16 08:26 |
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3fb088e5 [^] |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |