summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2016-01-01 16:43:29 +0100
committerTreeve Jelbert2016-01-01 18:46:10 +0100
commitd25ef97fb2ba836f0936f300f8473c206e11cadc (patch)
tree66acad7054811a3042c29bc54dbffc70697e1683 /KDE5_FUNCTIONS
parentcd4c028513c499a4c689f87808b0ab24fe901c57 (diff)
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}
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS6
1 files changed, 3 insertions, 3 deletions
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