On Wed, Jun 22, 2011 at 10:09 PM, Michael Hertling <[email protected]> wrote: > You might use -DMY_VARIABLE="${ARGUMENTS}" without VERBATIM, and > SEPARATE_ARGUMENTS(MY_VARIABLE) in Foo.cmake. This doesn't prevent > the list's conversion, but seems a bit smarter than a FOREACH loop.
I considered this but since MY_VARIABLE contains paths which may contain white spaces, I explicitly chose the asterisk because it cannot be part of a path. Nonetheless thanks for the reply. - Hauke _______________________________________________ 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
