MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014670 | CMake | CCMake | public | 2013-12-26 04:11 | 2014-06-02 08:37 |
| Reporter | Sascha Kratky | ||||
| Assigned To | Stephen Kelly | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Mac | OS | OS X | OS Version | 10.9.1 |
| Product Version | CMake 2.8.11.1 | ||||
| Target Version | Fixed in Version | CMake 3.0 | |||
| Summary | 0014670: get_property does not work for ALIASED_TARGET property | ||||
| Description | Retrieving the ALIASED_TARGET property with the get_property function results in the runtime error: CMake Error at CMakeLists.txt:10 (get_property): get_property unknown error. | ||||
| Steps To Reproduce | cmake_minimum_required(VERSION 2.8.12) add_executable(main main.cpp) # works get_target_property (_aliasTarget main ALIASED_TARGET) message(STATUS "${_aliasTarget}") # does not work get_property (_aliasTargetIsSet TARGET main PROPERTY ALIASED_TARGET SET) get_property (_aliasTarget TARGET main PROPERTY ALIASED_TARGET) | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-12-26 04:11 | Sascha Kratky | New Issue | |||
| 2013-12-26 06:59 | Stephen Kelly | Note Added: 0034877 | |||
| 2013-12-26 06:59 | Stephen Kelly | Status | new => resolved | ||
| 2013-12-26 06:59 | Stephen Kelly | Fixed in Version | => CMake 3.0 | ||
| 2013-12-26 06:59 | Stephen Kelly | Resolution | open => fixed | ||
| 2013-12-26 06:59 | Stephen Kelly | Assigned To | => Stephen Kelly | ||
| 2014-06-02 08:37 | Robert Maynard | Note Added: 0036067 | |||
| 2014-06-02 08:37 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||