[CMake] Precompiled header support in Visual Studio?

John Drescher drescherjm at gmail.com
Tue Oct 25 12:03:08 EDT 2011


On Tue, Oct 25, 2011 at 12:01 PM, John Drescher <drescherjm at gmail.com> wrote:
> On Tue, Oct 25, 2011 at 11:43 AM, Robert Dailey <rcdailey at 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


More information about the CMake mailing list