On Wed 2009-04-08 20:50, Piotr Dobrogost wrote:
> John Drescher wrote:
> 
> > On Wed, Apr 8, 2009 at 2:27 PM, Piotr Dobrogost
> > <[email protected]> wrote:
> >> Hi
> >>
> >> Am I missing something or there is no operator for easy string
> >> concatenation in cmake?
> > 
> > I guess its a matter of preference. I prefer the first/working example.
> 
> It's soo verbose... And it's more difficult to parse by human as well.
> I thought one of the main rules of software development is to avoid
> redundancy :)

I assume you have considered

  list (APPEND <list> ...)

and

  list (INSERT <list> 0 ...)

which should work for what you have described.

Jed

Attachment: pgpGCcIaGv6UU.pgp
Description: PGP signature

_______________________________________________
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://www.cmake.org/mailman/listinfo/cmake

Reply via email to