[CMake] Generating a combined x86 and x64 Visual Studio project

2010-07-01 Thread Adarr, Lee
Greetings, I have recently created a CMake project that I use to generate Visual Studio solutions/projects and it works perfectly with one exception. After generating a Visual Studio 9 2008 Win64 solution, the solution contains only the x64 build specification. Is it possible to have

Re: [CMake] Generating a combined x86 and x64 Visual Studio project

2010-07-01 Thread John Drescher
I have recently created a CMake project that I use to generate Visual Studio solutions/projects and it works perfectly with one exception. After generating a Visual Studio 9 2008 Win64 solution, the solution contains only the x64 build specification.  Is it possible to have CMake add the

Re: [CMake] Generating a combined x86 and x64 Visual Studio project

2010-07-01 Thread Tyler Roscoe
On Thu, Jul 01, 2010 at 02:18:45PM -0500, Adarr, Lee wrote: After generating a Visual Studio 9 2008 Win64 solution, the solution contains only the x64 build specification. Is it possible to have CMake Yes, this is as designed. add the win32 build specification to the same solution or must

Re: [CMake] Generating a combined x86 and x64 Visual Studio project (Problem Solved)

2010-07-01 Thread Adarr, Lee
Hi John, Thank you for your help. Hopefully this gets added to the thread properly. Thanks, Lee -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Thursday, July 01, 2010 2:43 PM To: Adarr, Lee; CMake mailing list Subject: Re: [CMake] Generating a combined x86

Re: [CMake] Generating a combined x86 and x64 Visual Studio project (Problem Solved)

2010-07-01 Thread Adarr, Lee
Subject: Re: [CMake] Generating a combined x86 and x64 Visual Studio project On Thu, Jul 01, 2010 at 02:18:45PM -0500, Adarr, Lee wrote: After generating a Visual Studio 9 2008 Win64 solution, the solution contains only the x64 build specification. Is it possible to have CMake Yes