multiple pathes in cmake variables
Ralf Habacker
ralf.habacker at freenet.de
Sat Feb 11 21:52:38 CET 2006
Alexander Neundorf schrieb:
> On Saturday 11 February 2006 19:48, Alexander Neundorf wrote:
>
>> On Saturday 11 February 2006 19:13, Alexander Neundorf wrote:
>>
>>> On Saturday 11 February 2006 18:46, you wrote:
>>> ...
>>>
>>>
>>>> Any better way to deal with like extending FIND_PATH to be able to
>>>> handle path lists ?
>>>>
>>> No, I don't think so.
>>> I'll fix the FindFoo.cmake files this evening.
>>>
>> I have fixed it locally and am compiling it right now. Once comnpiling has
>> finished (usually it takes something like 80 minutes) I'll commit it.
>> CMAKE_INCLUDE_PATH will then work as you expect, no need to add libxml2/
>> explicitely to it.
>>
>
> Ok, committed, please test.
>
Your last commit 508458 does not work as expected, because there is no
foreach loop in case more than one path is given with
CMAKE_INCLUDE_PATH. I have commited a working version.
Ralf
More information about the Kde-buildsystem
mailing list