Nui icon indicating copy to clipboard operation
Nui copied to clipboard

Build Order Issues with Ninja

Open 5cript opened this issue 2 years ago • 0 comments

There currently is an issue with ninja builds where ninja does not respect the build order between the frontend and backend target, probably related to this old issue: https://gitlab.kitware.com/cmake/cmake/-/issues/19933 I currently dont have a solution to force ninja to build in proper order, except for building the frontend and backend targets seperately/sequentially or to use make.

5cript avatar Aug 19 '23 10:08 5cript