[CMake] Doesn't anyone know how to get precompiled headers working under CMake for Visual Studio 2010?

2012-02-16 Thread david_bjornbak
to add the appropreiate /Yc , /Yu and /FI flags. It appears, under VS 2010, the property manager is not accepting or over writing these settings. Doesn't anyone know how to get precompiled headers working under CMake for Visual Studio 2010? IF(EXISTS ${pch_unity}) FILE(READ ${pch_unity

Re: [CMake] Doesn't anyone know how to get precompiled headers working under CMake for Visual Studio 2010?

2012-02-16 Thread John Drescher
On Thu, Feb 16, 2012 at 7:39 PM, david_bjorn...@agilent.com wrote: My team has been using precompiled headers under CMake and Visual Studio 2008 for quite a while.  Now we’ve switched to VS 2010,  the cmake code we used to support precompiled headers is no longer working. The following is