View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002574CMakeCMakepublic2005-12-07 13:452006-10-02 11:13
ReporterLuigi Calori 
Assigned ToKen Martin 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002574: CMAKE_DEBUG_POSTFIX not used for executable target in VS7.1
DescriptionCMAKE_DEBUG_POSTFIX is not used to change target name if the target is an executable, in VS7 generator.
proposed fix:
add
temp += debugPostfix;

in line 740 of cmLocalVisualStudio7Generator.cxx
TagsNo tags attached.
Attached Filespatch file icon cmLocalVisualStudio7Generator.cxx.patch [^] (737 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0005079)
Brad King (manager)
2006-10-02 11:13

For backwards compatibility this will not be implemented. In CMake 2.4 there is much better support for customizing target names. You can use SET_TARGET_PROPERTIES to set the DEBUG_POSTFIX property on any target. See the documentation of that command for details.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team