cmake and linking issues

2013-10-30 Thread Giorgos Tsiapaliokas
Hello, I have came across to some buildsystem issues. if I don't have the KDE4Support and KDELibs4 with this *exact* order, cmake will fail. Without this order cmake fails in plasma-framework and in plasmate. I have attached the output from cmake. find_package(KDE4Support REQUIRED NO_MODULE) fin

Re: cmake and linking issues

2013-10-30 Thread Stephen Kelly
Giorgos Tsiapaliokas wrote: > find_package(KDE4Support REQUIRED NO_MODULE) > find_package(KDELibs4 REQUIRED NO_MODULE) > > So should the find_package be written like this? > Is it normal to fail otherwise? There are likely two issues: 1) a bug in cmake fixed in master with http://cmake.org/