On 08/20/2012 08:24 AM, Rolf Eike Beer wrote: > The gain in efficiency would be just a bonus. My main concern is that > the current use may happily cause trouble in most cases when an input > path contains spaces or semicolons because of missing quoting and > escaping. And most of them build up those lists by hand anyway so we are > sure on most cases that empty elements are not present anyway.
Spaces won't make any difference. It's only semicolons that divide lists. The IN LISTS mode will not treat those any differently. It was really created only for empty entries. -Brad -- 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
