View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009904CMakeCMakepublic2009-11-16 05:312011-01-12 07:09
ReporterNils Gladitz 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0009904: macros defined in Windows-cl.cmake should be added to Windows-icl.cmake
DescriptionWindows-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)
TagsNo tags attached.
Attached Files

 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 [^]

 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


Copyright © 2000 - 2018 MantisBT Team