MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0014671 | CMake | CMake | public | 2013-12-26 04:22 | 2016-06-10 14:31 | |||||
| Reporter | Sascha Kratky | |||||||||
| Assigned To | Kitware Robot | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | |||||
| Status | closed | Resolution | moved | |||||||
| Platform | Mac | OS | OS X | OS Version | 10.9.1 | |||||
| Product Version | CMake 2.8.12 | |||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0014671: install TARGETS with BUNDLE does not work for target that have the BUNDLE property set | |||||||||
| Description | install TARGETS with BUNDLE destination only works on executable targets that have the MACOSX_BUNDLE property set. It should also work for other target types that have the BUNDLE property set. | |||||||||
| Steps To Reproduce | Add the following command the CFBundleTest project that ships with CMake after the following lines: set_target_properties(CFBundleTest PROPERTIES BUNDLE 1 BUNDLE_EXTENSION plugin ...) install(TARGETS CFBundleTest BUNDLE DESTINATION "~/Library/Internet Plug-Ins") This results in the error: CMake Error at CMakeLists.txt:58 (install): install TARGETS given no LIBRARY DESTINATION for module target "CFBundleTest". | |||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2013-12-26 04:22 | Sascha Kratky | New Issue | ||||||||
| 2014-01-02 15:04 | Brad King | Note Added: 0034897 | ||||||||
| 2014-01-02 15:05 | Brad King | Relationship added | related to 0011295 | |||||||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042453 | ||||||||
| 2016-06-10 14:29 | Kitware Robot | Status | new => 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 | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||