CMake Ninja builds incorrectly instruct user to run "make install"
Bug #1591251 reported by
Alex Valavanis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Alex Valavanis |
Bug Description
When CMake is used to generate Ninja build files, the build finishes with an incorrect instruction for the user to run "make install".
== To reproduce ==
1. Generate the build files
cmake -G Ninja
2. Build the binaries
ninja -j8
== Expected result ==
Either:
(a) quietly exit on success
or:
(b) instruct the user to run "ninja install"
== Actual result ==
Incorrect message output:
now run: "make install" to copy runtime files & scripts to /usr/local
Related branches
Changed in inkscape: | |
status: | New → In Progress |
assignee: | nobody → Alex Valavanis (valavanisalex) |
importance: | Undecided → Medium |
milestone: | none → 0.92 |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in lp:inkscape r14970