Compile kdelibs-frameworks without tests

2013-10-17 Thread Bhushan Shah
Hello! I want to compile kde library without building tests or auto tests. Reason behind this is I want to speed up compiling process.. Martin Gräßlin suggested me to use -DKDE4_BUILD_TESTS=FALSE -DBUILD_TESTING=FALSE cmake options but this options are not working, with this option cmake fails

Re: Compile kdelibs-frameworks without tests

2013-10-17 Thread Aleix Pol
On Thu, Oct 17, 2013 at 8:23 AM, Bhushan Shah bhus...@gmail.com wrote: Hello! I want to compile kde library without building tests or auto tests. Reason behind this is I want to speed up compiling process.. Martin Gräßlin suggested me to use -DKDE4_BUILD_TESTS=FALSE -DBUILD_TESTING=FALSE