Re: [CMake] Visual Studio Express projects don't inherit from parent

2010-08-16 Thread Tron Thomas
I don't think that is the problem. I have not changed that script for a long time and it was working fine. Only recently have I upgraded to CMake 2.8.2 and tried to configure the project for Visual C++ 2010 Express. Before that I was using CMake 2.8.1 with Visual C++ 2008 Express and everyth

Re: [CMake] Visual Studio Express projects don't inherit from parent

2010-08-16 Thread John Drescher
On Mon, Aug 16, 2010 at 9:53 PM, Tron Thomas wrote: > On 08/16/2010 10:38 AM, Brian Davis wrote: >> >> First off, I don't know the answer to your question, but I am curious how >> you are getting CMake to create inherited projects.  What are the commands >> you are suing to create an inherited pro

Re: [CMake] Visual Studio Express projects don't inherit from parent

2010-08-16 Thread Tron Thomas
On 08/16/2010 10:38 AM, Brian Davis wrote: First off, I don't know the answer to your question, but I am curious how you are getting CMake to create inherited projects. What are the commands you are suing to create an inherited project in CMake? This is something I think I can use in my proje

Re: [CMake] Visual Studio Express projects don't inherit from parent

2010-08-16 Thread Brian Davis
First off, I don't know the answer to your question, but I am curious how you are getting CMake to create inherited projects. What are the commands you are suing to create an inherited project in CMake? This is something I think I can use in my projects. __

[CMake] Visual Studio Express projects don't inherit from parent

2010-08-14 Thread Tron Thomas
I am using CMake 2.8.2 on a 64-bit version of Windows 7 Enterprise. When I try to configure my project to build for Visual Studio 2010 Express, I get compiler warnings building the projects because none of the projects are set to inherit from parent or project defaults for include directories.