From 2db119ea6cb1db98a37b4eaea1ce7d2be01136bc Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 17 Dec 2013 22:45:19 +0100 Subject: [PATCH] remove two unused options, spotted by krop --- kf5-qt5-build-include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-qt5-build-include b/kf5-qt5-build-include index e6fafde..4c94216 100644 --- a/kf5-qt5-build-include +++ b/kf5-qt5-build-include @@ -39,7 +39,7 @@ module kdelibs-frameworks repository kde:kdelibs branch frameworks # The CodeBlocks generator allows usage in QtCreator, while still generating Makefiles - cmake-options -DKDE4_BUILD_TESTS=TRUE -DBUILD_TESTING=TRUE -DCMAKE_BUILD_TYPE:STRING=debugfull -DBUILD_experimental:BOOL=true -G "CodeBlocks - Unix Makefiles" + cmake-options -DBUILD_TESTING=TRUE -DCMAKE_BUILD_TYPE:STRING=debugfull -G "CodeBlocks - Unix Makefiles" end module module kde-kactivities