On Tue, Oct 25, 2011 at 12:01 PM, John Drescher <dresche...@gmail.com> wrote:
> On Tue, Oct 25, 2011 at 11:43 AM, Robert Dailey <rcdai...@gmail.com> wrote:
>> Bumping this in hopes for some help!
>>
>
> Your version is different than the stackoverflow example
>
>
> Line
> SET(Sources ${${SourcesVar}})
>
> should be
>
> SET(Sources ${${source}})
>
> since you renamed the SourcesVar parameter.
>

Also it looks the other parameters are renamed and need to be fixed.

John M. Drescher
--

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