View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012148CMake(No Category)public2011-05-03 12:302011-06-18 07:41
ReporterStephen Kelly 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionCMake 2.8.5Fixed in VersionCMake 2.8.5 
Summary0012148: CMake docs about CMAKE_BUILD_TYPE uses wrong case for variables
Descriptionhttp://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_BUILD_TYPE [^]

I added this to my CMakeLists.txt:

MESSAGE("TTTTTTTTT" ${CMAKE_C_FLAGS_Release} " -- " ${CMAKE_CXX_FLAGS_Release})

And it didn't work until I changed it to this:

MESSAGE("TTTTTTTTT" ${CMAKE_C_FLAGS_RELEASE} " -- " ${CMAKE_CXX_FLAGS_RELEASE})
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0026425)
Brad King (manager)
2011-05-03 12:53

Fixed, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d7d71ebd [^]

 Issue History
Date Modified Username Field Change
2011-05-03 12:30 Stephen Kelly New Issue
2011-05-03 12:53 Brad King Assigned To => Brad King
2011-05-03 12:53 Brad King Status new => assigned
2011-05-03 12:53 Brad King Note Added: 0026425
2011-05-03 12:53 Brad King Status assigned => closed
2011-05-03 12:53 Brad King Resolution open => fixed
2011-06-18 07:41 David Cole Fixed in Version => CMake 2.8.5
2011-06-18 07:41 David Cole Target Version => CMake 2.8.5


Copyright © 2000 - 2018 MantisBT Team