Brad King wrote:

> On 02/27/2013 08:31 AM, Stephen Kelly wrote:
>> but there seems to be remaining issues which would be best solved in
>> 2.8.11.
>> 
>>  $<1:foo_target;bar_target>
>> 
>> I'm hitting problems of conflicting requirements though, when used with
>> add_custom_command, and I'm not certain what to about them.
> 
> Please elaborate on the usage in add_custom_command.
> 

I don't know what you mean. Is something in particular not clear from the 
commits in the branch?

If I write code like this:

 add_custom_command(... COMMAND moc -I$<JOIN:-I,foo;bar;bat> ...)

and hoping to get 

 moc -Ifoo -Ibar -Ibat

what I actually get currently is 

 moc "-Ifoo -Ibar -Ibat"

That is, one argument instead of three, which makes a difference. 

Thanks,

Steve.


--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to