[cmake-developers] Build failed in Jenkins: kdelibs_frameworks_qt5 #1806

Brad King brad.king at kitware.com
Tue Dec 3 09:42:19 EST 2013


On 12/02/2013 04:57 PM, Brad King wrote:
> On 12/02/2013 03:59 PM, Daniele E. Domenichelli wrote:
>> For some reason a module containing something like
>>
>>   function(_foo)
>>     [...]
>>   endfunction()
>>
>>   macro(foo)
>>     _foo()
>>   endmacro()
>>
>> will cause an endless loop when calling foo() if the file is included in
>> 2 different scopes.
[snip]
> This is a known bug that should be fixed.

Until this is resolved I've reverted the part of the
CMakeParseArguments_EmptyArgs topic that was merged to 'next'.

After this is worked out please rebase everything on master and
squash the topic down to avoid the break- & fix-compatiblity
sequence.

Thanks,
-Brad



More information about the cmake-developers mailing list