MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013829 | CMake | CMake | public | 2013-01-03 13:26 | 2013-06-03 09:05 |
Reporter | Alessio M. | ||||
Assigned To | Stephen Kelly | ||||
Priority | urgent | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | win32 | OS | Windows 7 64 bit | OS Version | |
Product Version | CMake 2.8.10.2 | ||||
Target Version | Fixed in Version | CMake 2.8.11 | |||
Summary | 0013829: Internal error in add_custom_target crashes with $<TARGET_PROPERTY:tgt,prop> | ||||
Description | The following CMakeLists.txt crashes CMake during generation cmake_minimum_required(VERSION 2.8.10) project(TestBug) add_executable(test test.cpp) add_custom_target(test2 "some_bogus_custom_tool" $<TARGET_PROPERTY:test,INCLUDE_DIRECTORIES> $<TARGET_PROPERTY:test,COMPILE_DEFINITIONS> WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}") ====== CMake output follows ======= Configuring done CMake Internal Error (please report a bug): Missing cmGeneratorTarget instance! CMake Internal Error (please report a bug): Missing cmGeneratorTarget instance! Generating done | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4610/cmake-generator-expression-bug.7z | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-01-03 13:26 | Alessio M. | New Issue | |||
2013-01-03 13:26 | Alessio M. | File Added: cmake-generator-expression-bug.7z | |||
2013-01-03 13:59 | Brad King | Assigned To | => Stephen Kelly | ||
2013-01-03 13:59 | Brad King | Status | new => assigned | ||
2013-01-03 14:08 | Alessio M. | Note Added: 0031966 | |||
2013-01-03 15:07 | Stephen Kelly | Note Added: 0031968 | |||
2013-01-09 12:53 | Stephen Kelly | Status | assigned => resolved | ||
2013-01-09 12:53 | Stephen Kelly | Fixed in Version | => CMake 2.8.11 | ||
2013-01-09 12:53 | Stephen Kelly | Resolution | open => fixed | ||
2013-06-03 09:05 | Robert Maynard | Note Added: 0033184 | |||
2013-06-03 09:05 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|