On Wed, Dec 3, 2008 at 10:42 AM, Alexander Neundorf <[EMAIL PROTECTED]
> wrote:

> I think ARGN and ARGV are handled in a special way, so try if turning it
> into
> a normal variable works, something like
>
> set(tmp ${ARGN})
> list( GET tmp 0 component_dependencies )


Wow, that actually works. That makes me indescribably sad.
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to