[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-baseapps] /: cmake: allow to disable build of plasma stuff
From:       Pino Toscano <pino () kde ! org>
Date:       2016-08-01 5:27:01
Message-ID: E1bU5kj-00074w-FT () code ! kde ! org
[Download RAW message or body]

Git commit 3d52d6a824bb06f61cc31f97f0effbb5d984436d by Pino Toscano.
Committed on 01/08/2016 at 05:25.
Pushed by pino into branch 'master'.

cmake: allow to disable build of plasma stuff

This makes it easy to disable the build of plasma stuff (for plasma 4,
so not much useful in a plasma 5 environment), passing
-DBUILD_plasma=OFF to cmake.

M  +1    -1    CMakeLists.txt

http://commits.kde.org/kde-baseapps/3d52d6a824bb06f61cc31f97f0effbb5d984436d

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2aae22e..f740f4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ add_subdirectory( kdialog )
 add_subdirectory( keditbookmarks )
 add_subdirectory( konqueror )
 add_subdirectory( kfind )
-add_subdirectory( plasma )
+macro_optional_add_subdirectory( plasma )
 add_subdirectory( konq-plugins )
 
 if ( Q_WS_MAC )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic