MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014327 | CMake | CMake | public | 2013-07-31 14:32 | 2016-06-10 14:31 |
Reporter | Ryan H. Kawicki | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Windows | OS | Windows 7 | OS Version | 6.1.7601 |
Product Version | CMake 2.8.11.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014327: CMAKE_<CONFIG>_POSTFIX For Executables | ||||
Description | According to the documentation, CMAKE_<CONFIG>_POSTFIX does not apply executables due to legacy reasons. It would be nice if this also applied to executables and then use the policy system to enforce OLD or NEW. | ||||
Steps To Reproduce | SET(CMAKE_DEBUG_POSTFIX "D" CACHE STRING "Adds a debug postfix symbol, usually \"D\" on Windows." FORCE) # the above does not apply to executables SET_TARGET_PROPERTIES(${TargetProject} PROPERTIES DEBUG_POSTFIX "D") # the above applies the postfix value for executables | ||||
Additional Information | Something like: CMAKE_POLICY(SET CMP0021 NEW) would enforce the new standard of allowing CMAKE_<CONFIG>_POSTFIX to be applied to that configurations executables too. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-07-31 14:32 | Ryan H. Kawicki | New Issue | |||
2013-07-31 14:38 | Brad King | Note Added: 0033639 | |||
2013-07-31 14:38 | Brad King | Status | new => backlog | ||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042334 | |||
2016-06-10 14:29 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|