Re: [CMake] Rename target RUN_TESTS

2015-01-01 Thread John Drescher
On Thu, Jan 1, 2015 at 11:27 PM, Scott Aron Bloom scott.bl...@onshorecs.com wrote: For windows Visual Studio using CMake with google test, one of the complaints my team has, is the project name “RUN_TESTS” gets lost in the numerous projects. I am not sure about renaming that however I find it

Re: [CMake] Multi-platform visual studio projects

2015-02-27 Thread John Drescher
However, once the solution is created, does the path of the shell matter at all? No. John -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more

Re: [CMake] Multi-platform visual studio projects

2015-02-27 Thread John Drescher
I have been successful with Src\build.32 and src\build.64 so that on svn update effects both. The problem, for my automated build flow, I was hoping to make a mix, 32/64 installer.. it’s a lot harder to do with two completely separate build trees :( For this I just make separate

Re: [CMake] Multi-platform visual studio projects

2015-02-27 Thread John Drescher
On Fri, Feb 27, 2015 at 10:44 AM, Scott Aron Bloom scott.bl...@onshorecs.com wrote: Is it possible with cmake, to build a VS 2013, win32 and win64 vsproj solution file set? If not, I understand, then I have a follow on question.. No create 2 independent trees. I keep the source in a separate

Re: [CMake] CMake keeps on referencing an uninstalled Qt

2015-10-09 Thread John Drescher
On Fri, Oct 9, 2015 at 9:53 AM, Laura Médioni wrote: > Hi, > > I am facing a problem with CMake 3.4 under Windows. > My CMake project is using Qt. Recently I uninstalled Qt and reinstalled it. > Since then, the previous Qt install keeps on appearing in the >

[CMake] CMake 3.7.0-r2 Open Project sometimes picks wrong version of Visual Studio

2016-11-03 Thread John Drescher
I opened a project in cmake-gui using the open project button from a vc 2010 build of a project. The open project opened the project in Visual Studio 2010. Later I opened the same project but a different build tree for Visual Studio 2013 CMake-gui had all of the correct information for the Visual

Re: [CMake] CMake 3.7.0-r2 Open Project sometimes picks wrong version of Visual Studio

2016-12-19 Thread John Drescher
On Tue, Nov 8, 2016 at 10:28 AM, <clin...@elemtech.com> wrote: > > > - On Nov 8, 2016, at 8:13 AM, Taylor Braun-Jones tay...@braun-jones.org > wrote: > >> On Fri, Nov 4, 2016 at 2:55 PM, Brad King <brad.k...@kitware.com> wrote: >>> >>> O

<    1   2   3   4   5   6