From d25ef97fb2ba836f0936f300f8473c206e11cadc Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Fri, 1 Jan 2016 16:43:29 +0100 Subject: support ninja-build-system in cmake build; this is enabled for all kde and qt5-cmake spells to use it, source CMAKE_CONFIGURE in CONFIGURE and use cmake-{build,install} --- KDE5_FUNCTIONS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'KDE5_FUNCTIONS') diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS index 2e6189abb9..ba2a763b99 100755 --- a/KDE5_FUNCTIONS +++ b/KDE5_FUNCTIONS @@ -15,9 +15,9 @@ default_build() { kde5_build } -#function default_install() { -# cmake_install -#} +function default_install() { + cmake_install +} # we need a default_final, default_post_remove -- cgit v1.2.3