MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014742 | CMake | CMake | public | 2014-02-07 17:20 | 2016-06-10 14:31 |
| Reporter | Roman80 | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Mac OS X | OS | Mac OS X | OS Version | |
| Product Version | CMake 2.8.12.1 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0014742: Add a FRAMEWORK_SUFFIX or FRAMEWORK_EXTENSION property to change .framework | ||||
| Description | The target property SUFFIX and/or BUNDLE_EXTENSION doesn't rename the extension of a framework. For e.g. an Adobe InDesign plugin is a framework but with the extension ".InDesignPlugin" Maybe this could also be for other tools/programs too. | ||||
| Steps To Reproduce | Use the following commands to create a framework project(MyPlugin) add_library(${PROJECT_NAME} SHARED ${HEADERS} ${SOURCES}) set_target_properties(${PROJECT_NAME} PROPERTIES FRAMEWORK TRUE SUFFIX ".InDesignPlugin") Expected result: MyPlugin.InDesignPlugin ---------------------------------------------------------------------- set_target_properties(${PROJECT_NAME} PROPERTIES FRAMEWORK TRUE BUNDLE_EXTENSION ".InDesignPlugin") Expected result: MyPlugin.InDesignPlugin | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-02-07 17:20 | Roman80 | New Issue | |||
| 2014-02-10 10:07 | Brad King | Note Added: 0035062 | |||
| 2014-02-10 10:07 | Brad King | Severity | minor => feature | ||
| 2014-02-10 10:07 | Brad King | Status | new => backlog | ||
| 2014-02-10 10:07 | Brad King | Summary | The target property SUFFIX and/or BUNDLE_EXTENSION doesn't rename the extension of an framework => Add a FRAMEWORK_SUFFIX or FRAMEWORK_EXTENSION property to change .framework | ||
| 2015-10-07 04:50 | Roman80 | Note Added: 0039524 | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042480 | |||
| 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 | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||