# 3.17.0 bug with Ninja

**URL:** https://discourse.cmake.org/t/3-17-0-bug-with-ninja/901
**Category:** Development
**Tags:** os:linux, gen:ninja
**Created:** [April 1, 2020, 6:24am UTC](https://discourse.cmake.org/t/3-17-0-bug-with-ninja/901 "2020-04-01T06:24:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![powderluv](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/p/9de053/32.png) [@powderluv](https://discourse.cmake.org/u/powderluv)
#### Post date: [April 1, 2020, 6:24am UTC](https://discourse.cmake.org/t/3-17-0-bug-with-ninja/901/1 "2020-04-01T06:24:12Z")

</div>

I am running into an issue with 3.17.0 (installed from kitware ppa). When I use Ninja generator I see:

ninja: error: ‘cmake\_object\_order\_depends\_target\_ittnotify\_’, needed by ‘cmake\_object\_order\_depends\_target\_fooib\_’, missing and no known rule to make it

but if I uninstall 3.17 and install 3.16.5 ninja works well.

---

<div class="post-metadata">

### Author: ![brad.king](https://discourse.cmake.org/user_avatar/discourse.cmake.org/brad.king/32/11_2.png) [@brad.king](https://discourse.cmake.org/u/brad.king)
#### Post date: [April 1, 2020, 11:17am UTC](https://discourse.cmake.org/t/3-17-0-bug-with-ninja/901/2 "2020-04-01T11:17:13Z")

</div>

@powderluv that doesn’t happen in general so there must be something about what your project is doing that triggers the problem. Please try to narrow it down to a small example and then open an issue on the [CMake Issue Tracker](https://gitlab.kitware.com/cmake/cmake/issues).

---

<div class="post-metadata">

### Author: ![brad.king](https://discourse.cmake.org/user_avatar/discourse.cmake.org/brad.king/32/11_2.png) [@brad.king](https://discourse.cmake.org/u/brad.king)
#### Post date: [April 6, 2020, 12:04pm UTC](https://discourse.cmake.org/t/3-17-0-bug-with-ninja/901/3 "2020-04-06T12:04:30Z")

</div>

[https://gitlab.kitware.com/cmake/cmake/-/issues/20539](https://gitlab.kitware.com/cmake/cmake/-/issues/20539)
