[CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
Folks, I'm using VS 2010 Express. When ever I build a VTK or ITK related app I get errors regarding virtual memory and warnings about deprecated compiler flags: use 'EHsc' instead of 'GX' I always have to remove the /Zm1000 flag and add the /EHsc flag. I assumed this was do to something

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread David Cole
On Sat, Jan 28, 2012 at 9:02 AM, Bill Lorensen bill.loren...@gmail.com wrote: Folks, I'm using VS 2010 Express. When ever I build a VTK or ITK related app I get errors regarding virtual memory and warnings about deprecated compiler flags: use 'EHsc' instead of 'GX' I always have to remove

[CMake] 'Parallel' CMakeLists.txt?

2012-01-28 Thread g...@novadsp.com
Is it possible to get CMake to process/search for an alternative default filename to CMakeLists.txt? Motivation: I'm trying to set up CMake files for a rather large project that has an existing set of CMake files that a) I'd like to keep in place and b) keep unchanged until the parallel build

Re: [CMake] 'Parallel' CMakeLists.txt?

2012-01-28 Thread Eric Noulard
2012/1/28 g...@novadsp.com g...@novadsp.com: Is it possible to get CMake to process/search for an alternative default filename to CMakeLists.txt? No I don't think so. And if I remember well the name change wouldn't be that easy to implement. (beside the obvious search replace in the CMake

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Yuri Timenkov
Don't know about 2010 Express, but IIRC there were problems (at least in previous VS versions) with compiling code with a lot of templates (like spirit, xpressive or MPL from boost). So compiler asks to increase heap size. Anyways, in our projects I always reset CMake's default compile flags:

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
David, Someone recently posted a BUG for this: http://www.gccxml.org/Bug/view.php?id=11913 Bill On Sat, Jan 28, 2012 at 4:31 PM, Bill Lorensen bill.loren...@gmail.com wrote: I think if you make the changes specific to VS 2010 they should be OK. On Sat, Jan 28, 2012 at 10:51 AM, David Cole

Re: [CMake] Compile flag issues and VS Express

2012-01-28 Thread Bill Lorensen
Sorry, it was not recent, it was march 2011. On Sat, Jan 28, 2012 at 4:38 PM, Bill Lorensen bill.loren...@gmail.com wrote: David, Someone recently posted a BUG for this: http://www.gccxml.org/Bug/view.php?id=11913 Bill On Sat, Jan 28, 2012 at 4:31 PM, Bill Lorensen

[Cmake-commits] CMake branch, next, updated. v2.8.7-2333-g37cfa0e

2012-01-28 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 37cfa0e8cce184a6aec5620feb9d1522c117ac65 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2346-g37b84fa

2012-01-28 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 37b84fac1c5c4dda2f56b62404d639be7fe66493 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-215-g7f2b3a5

2012-01-28 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 7f2b3a591e1141fc07b99a2773503046c658c5a6 (commit) from