Bug 410805 - Use cmake --build and cmake --install instead of calling make directly
Summary: Use cmake --build and cmake --install instead of calling make directly
Status: ASSIGNED
Alias: None
Product: kdesrc-build
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-11 09:41 UTC by Frederik Gladhorn
Modified: 2021-08-02 20:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Gladhorn 2019-08-11 09:41:42 UTC
SUMMARY
It is these days possible to delegate building and installing to cmake.
That allows switching to Ninja in a very easy fashion.

 cmake-options -GNinja

If the default make command would be: cmake --build
And the default install cmake --install

EXPECTED RESULT

Switching CMake to use Ninja should just work.