changes to how kdepimlibs and kdebase/workspace are installed and found
Brad King
brad.king at kitware.com
Tue Dec 9 22:30:42 CET 2008
Brad King wrote:
> Brad King wrote:
>> Perhaps you can avoid this by using PATH_SUFFIXES on the inner
>> find_package call in your find-modules:
>>
>> find_package(KFoo NO_MODULE PATH_SUFFIXES cmake)
>>
>> Then you can just always install to cmake/kfoo. Once a version of
>> CMake supporting this location is required in the future this suffix
>> can be removed.
>
> Oops, nevermind. The PATH_SUFFIXES get appended to each generated path,
> not to each prefix.
I think you'll just have to require 2.6.3 if you want to move the files
from kfoo/cmake to cmake/kfoo.
-Brad
More information about the Kde-buildsystem
mailing list