Bug 410805

Summary: Use cmake --build and cmake --install instead of calling make directly
Product: [Developer tools] kdesrc-build Reporter: Frederik Gladhorn <gladhorn>
Component: generalAssignee: Michael Pyne <mpyne>
Status: ASSIGNED ---    
Severity: normal CC: Harmandhadli97, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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.