Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-26 Thread Jarl Lindrud
On 4/25/2010 9:47 PM, Jarl Lindrud wrote: Advice: SET_SOURCE_FILES_PROPERTIES(File2.CPP PROPERTIES LANGUAGE CXX) or go with lower case... ;) Regards, Michael OK, for now I've worked around this using SET_SOURCE_FILES_PROPERTIES... Thanks. I've reported this as a bug (http://www.cmake

Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-26 Thread Bill Hoffman
On 4/25/2010 9:47 PM, Jarl Lindrud wrote: Advice: SET_SOURCE_FILES_PROPERTIES(File2.CPP PROPERTIES LANGUAGE CXX) or go with lower case... ;) Regards, Michael OK, for now I've worked around this using SET_SOURCE_FILES_PROPERTIES... Thanks. I've reported this as a bug (http://www.cmake.org

Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-25 Thread Jarl Lindrud
Advice: SET_SOURCE_FILES_PROPERTIES(File2.CPP PROPERTIES LANGUAGE CXX) or go with lower case... ;) Regards, Michael OK, for now I've worked around this using SET_SOURCE_FILES_PROPERTIES... Thanks. I've reported this as a bug (http://www.cmake.org/Bug/view.php?id=10610). Jarl.

Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-25 Thread Michael Hertling
On 04/25/2010 12:10 PM, Michael Wild wrote: > > On 25. Apr, 2010, at 11:37 , Jarl Lindrud wrote: > >> >> Hi, >> >> I've just run cmake 2.8.1, with the "Visual Studio 10" generator, on a cmake >> project that I've previously been running the VS2008 generator on. >> >> There appears to be a proble

Re: [CMake] VS2010 problem with upper case CPP extension

2010-04-25 Thread Michael Wild
On 25. Apr, 2010, at 11:37 , Jarl Lindrud wrote: > > Hi, > > I've just run cmake 2.8.1, with the "Visual Studio 10" generator, on a cmake > project that I've previously been running the VS2008 generator on. > > There appears to be a problem with C++ source files that end with upper case > CP

[CMake] VS2010 problem with upper case CPP extension

2010-04-25 Thread Jarl Lindrud
Hi, I've just run cmake 2.8.1, with the "Visual Studio 10" generator, on a cmake project that I've previously been running the VS2008 generator on. There appears to be a problem with C++ source files that end with upper case CPP. They end up in the Visual Studio C++ project, but when I loo