Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-13 Thread Clark Taylor
www.bluequartz.net On Sep 12, 2013, at 11:17 AM, Clark Taylor clark.n.tay...@gmail.com wrote: Sorry if this is a duplicate question, but... I have been using CMake for a project and it works great with Visual Studio 2008 Express and on Linux. I recently installed VS 2012

Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-13 Thread Clark Taylor
instructive so this didn't look like such a stupid mistake :) Clark On Fri, Sep 13, 2013 at 9:20 AM, Clark Taylor clark.n.tay...@gmail.comwrote: Do you have any machines that have more than one Visual Studio Express installed on it. That is the only differentiator I can think of. That or I am just

[CMake] Problem using VS 2012 Express and CMake

2013-09-12 Thread Clark Taylor
Sorry if this is a duplicate question, but... I have been using CMake for a project and it works great with Visual Studio 2008 Express and on Linux. I recently installed VS 2012 Express on my machine (VS 2008 is still installed), and installed CMake 2.8.11.2 (downloaded yesterday) to have VS2012

Re: [CMake] Help using CMake Expat in Windows

2010-07-31 Thread Clark Taylor
This is very helpful. Thank you! My other question though is how can I get Cmake to add the correct information into the visual studio solution. Even though I have put in the directory names in the cmake gui, I then have to add the same directories manually to the solution. Did I miss

Re: [CMake] Help using CMake Expat in Windows

2010-07-31 Thread Clark Taylor
Please ignore my last e-mail. For some reason, my e-mail ate Stefan's earlier response, but I just saw it in the digest I receive. I'll try his suggestions out and see if it works. Clark On Sat, Jul 31, 2010 at 10:21 AM, Clark Taylor clark.n.tay...@gmail.comwrote: This is very helpful

[CMake] Help using CMake Expat in Windows

2010-07-30 Thread Clark Taylor
I have created a very simple CMake file (I am a newbie) that works wonderfully in Linux, but am having problems in Windows. The CMakeLists.txt is below #I think 2.6 is required for some of things I do below, but I am not sure CMAKE_MINIMUM_REQUIRED(VERSION 2.6) # This is the CMake file for my