[CMake] CMake error output and .vcxproj.filters files.

2016-06-01 Thread Golebiewski, Jakub
Hi, We've recently switched to using cmake and I've got some 'issues'. We use Windows with Visual Studio and MSVC (Visual Studio 10 2010 Win64 generator). 1. In cmake error output the output format is not compatible with VS so when the VS console displays it, you cannot click on the file

[CMake] CMake updates timestamp when there are missing files.

2016-07-26 Thread Golebiewski, Jakub
Hi, I've noticed a weird (but maybe expected) behavior. My colleague forgot to edit CMakeLists.txt file for a library from which he deleted a .cpp file. As expected cmake failed with an error message during build. But next build after that passed without issues. CMake didn't run even though th

[CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-20 Thread Golebiewski, Jakub
Hi, I'm trying to create a solution with custom set of projects (in VS sense) for Visual Studio 2010. I have a top level CMakeLists.txt with PROJECT() declared and then several CMakeLists.txt below in a tree also with PROJECT() in each of them. However for lower level PROJECT() directives I get

Re: [CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-21 Thread Golebiewski, Jakub
...@gmail.com] Sent: Monday, September 21, 2015 4:50 PM To: Golebiewski, Jakub Cc: cmake@cmake.org Subject: Re: [CMake] How to create a custom solution with Visual Studio 2010 generator? CMake's PROJECT directive maps to 'Solution' (should only be one project() per chain) ... u

Re: [CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-21 Thread Golebiewski, Jakub
> -Original Message- > From: J Decker [mailto:d3c...@gmail.com] > Sent: Tuesday, September 22, 2015 8:12 AM > To: Golebiewski, Jakub > Cc: cmake@cmake.org > Subject: Re: [CMake] How to create a custom solution with Visual Studio > 2010 generator? > > On Mo

Re: [CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-23 Thread Golebiewski, Jakub
> -Original Message- > From: J Decker [mailto:d3c...@gmail.com] > Sent: Tuesday, September 22, 2015 9:40 AM > To: Golebiewski, Jakub > Cc: cmake@cmake.org > Subject: Re: [CMake] How to create a custom solution with Visual Studio > 2010 generator? > >

Re: [CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-30 Thread Golebiewski, Jakub
> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Golebiewski, > Jakub > Sent: Wednesday, September 23, 2015 9:35 AM > To: J Decker > Cc: cmake@cmake.org > Subject: Re: [CMake] How to create a custom solution with Visual Studio 2010 > generator? > > > --

[CMake] Speeding up configuration/generation.

2015-11-16 Thread Golebiewski, Jakub
Hi, I have a windows application consisting of about 550 Visual Studio projects. Entire CMake run on this takes about 3 minutes, with VS 2010 generator, and I've been thinking about ways to speed it up. So if I understand correctly, now, when I have the entire build generated and I change one

[CMake] Modify command in RUN_TESTS

2015-12-23 Thread Golebiewski, Jakub
Hi, Is there a way to add options to ctest invocation used in RUN_TESTS target? I'm just trying to pass -jX and -output-on-failure... Regards, J ** This e-mail and any attachments thereto may contain confidentia