Notes |
|
(0029895)
|
Peter Kuemmel
|
2012-07-03 09:26
|
|
IMPLICIT_DEPENDS is a documented feature, so it also have to work for ninja, and not supporting it is a bug.
Seems there is also no unit test, because all tests pass for ninja. |
|
|
(0030022)
|
Peter Kuemmel
|
2012-07-10 11:05
(edited on: 2012-07-10 11:14) |
|
A test could be enabled in the BuildDepends test.
#-----------------------------------------------------------------------------
IF("${CMAKE_GENERATOR}" MATCHES "Make" OR "${CMAKE_GENERATOR}" MATCHES "Ninja")
# Test the IMPLICIT_DEPENDS feature.
|
|
|
(0030024)
|
Mathias Gaunard
|
2012-07-10 11:41
|
|
The documentation states that IMPLICIT_DEPENDS is only supported by Makefile generators. Ninja is not a Makefile generator, which is why I originally marked this as a feature enhancement and not a bug.
"Note that the IMPLICIT_DEPENDS option is currently supported only for Makefile generators and will be ignored by other generators." |
|
|
(0030468)
|
Peter Kuemmel
|
2012-08-13 08:45
|
|
|
|
(0034728)
|
David Manura
|
2013-12-05 13:47
|
|
|
|
(0040458)
|
davidshepherd7
|
2016-02-10 06:25
|
|
This is (still) causing difficult-to-debug build failures when using cotire with ninja, any chance of a fix? |
|
|
(0042050)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|