Re: [cmake-developers] [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-27 Thread Brad King
On 04/24/2015 10:06 AM, David Cole via cmake-developers wrote: Excellent. Thanks for the pointer... I had not seen that recent commit. Seems we had a shared this should be explained better so we don't get so much email about it brain wave pattern. The information was never intentionally

[CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread Xi Shen
Hi, I am using cmake 3.1.1 on my Windows 7 64bit system. I have Visual Studio 2013 installed. The project I created with cmake works and can build with msbuild. But it only build the x86 version. If I try: msbuild /property:Platform=x64 myproj.vcproj I got error says that the x64 profile

Re: [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread Scott Aron Bloom
not generate x64 profile for visual studio Hi, I am using cmake 3.1.1 on my Windows 7 64bit system. I have Visual Studio 2013 installed. The project I created with cmake works and can build with msbuild. But it only build the x86 version. If I try: msbuild /property:Platform=x64 myproj.vcproj

Re: [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread J Decker
there's a 64 bit generator... used to be a separate generator visual studio 12 2013 Win64 but it doesn't show in the list of generators now... On Thu, Apr 23, 2015 at 11:27 PM, Xi Shen davidshe...@gmail.com wrote: Hi, I am using cmake 3.1.1 on my Windows 7 64bit system. I have Visual Studio

Re: [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread Xi Shen
Ah~, so it's a hidden feature? OK, I will give a try. Thanks, David On Fri, 24 Apr 2015 16:38 J Decker d3c...@gmail.com wrote: there's a 64 bit generator... used to be a separate generator visual studio 12 2013 Win64 but it doesn't show in the list of generators now... On Thu, Apr 23, 2015

Re: [cmake-developers] [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread David Cole via cmake-developers
We really shouldn't have removed the explicit mention of the Win64 suffixed generator names in the list of generators in --help ouput... That was a mistake. We should put it back. On Fri, Apr 24, 2015 at 5:29 AM, Xi Shen davidshe...@gmail.com wrote: Ah~, so it's a hidden feature? OK, I will

Re: [cmake-developers] [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread David Cole via cmake-developers
Excellent. Thanks for the pointer... I had not seen that recent commit. Seems we had a shared this should be explained better so we don't get so much email about it brain wave pattern. Happy Friday, D On Fri, Apr 24, 2015 at 9:04 AM, Nils Gladitz nilsglad...@gmail.com wrote: On 04/24/2015

Re: [cmake-developers] [CMake] cmake 3.1.1 does not generate x64 profile for visual studio

2015-04-24 Thread Nils Gladitz
On 04/24/2015 02:22 PM, David Cole via cmake-developers wrote: We really shouldn't have removed the explicit mention of the Win64 suffixed generator names in the list of generators in --help ouput... That was a mistake. We should put it back. As I understand it the generator suffixes aren't