MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0014728 | CMake | CMake | public | 2014-02-02 23:13 | 2015-01-05 08:39 | ||||||||||
Reporter | NAKAMURA Takumi | ||||||||||||||
Assigned To | Ben Boeckel | ||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||
Status | closed | Resolution | fixed | ||||||||||||
Platform | OS | OS Version | |||||||||||||
Product Version | CMake 2.8.12.1 | ||||||||||||||
Target Version | CMake 3.1 | Fixed in Version | CMake 3.1 | ||||||||||||
Summary | 0014728: [CMake/Ninja] add_dependencies() to objlib's user is ignored. | ||||||||||||||
Description | See the case below. foobar doesn't depend on cmd2 with -GNinja. It seems works with Unix Makefiles. | ||||||||||||||
Steps To Reproduce | cmake_minimum_required(VERSION 2.8) add_custom_target(cmd1 COMMAND echo cmd1) add_custom_target(cmd2 COMMAND echo cmd2) add_library(obj.foobar OBJECT foobar.c) add_executable(foobar $<TARGET_OBJECTS:obj.foobar>) add_dependencies(obj.foobar cmd1) add_dependencies(foobar cmd2) # ignored. | ||||||||||||||
Additional Information | |||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | |||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2014-02-02 23:13 | NAKAMURA Takumi | New Issue | |||||||||||||
2014-02-03 13:54 | Brad King | Assigned To | => Peter Kuemmel | ||||||||||||
2014-02-03 13:54 | Brad King | Status | new => assigned | ||||||||||||
2014-02-03 13:55 | Brad King | Note Added: 0035026 | |||||||||||||
2014-02-10 13:40 | Brad King | Relationship added | related to 0014747 | ||||||||||||
2014-02-25 09:50 | Brad King | Relationship added | related to 0014771 | ||||||||||||
2014-04-13 05:44 | Peter Kuemmel | Assigned To | Peter Kuemmel => | ||||||||||||
2014-04-13 05:47 | Peter Kuemmel | Status | assigned => confirmed | ||||||||||||
2014-05-05 18:28 | Ben Boeckel | Assigned To | => Ben Boeckel | ||||||||||||
2014-05-05 18:28 | Ben Boeckel | Status | confirmed => assigned | ||||||||||||
2014-05-05 18:28 | Ben Boeckel | Note Added: 0035820 | |||||||||||||
2014-07-01 10:17 | Brad King | Note Added: 0036298 | |||||||||||||
2014-07-01 10:17 | Brad King | Target Version | => CMake 3.1 | ||||||||||||
2014-07-02 09:53 | Brad King | Status | assigned => resolved | ||||||||||||
2014-07-02 09:53 | Brad King | Resolution | open => fixed | ||||||||||||
2014-07-02 09:53 | Brad King | Fixed in Version | => CMake 3.1 | ||||||||||||
2015-01-05 08:39 | Robert Maynard | Note Added: 0037581 | |||||||||||||
2015-01-05 08:39 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|