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 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 at 11:27

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

2015-04-23 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 wrote: > Hi, > > I am using cmake 3.1.1 on my Windows 7 64bit system. I have Visual Studio > 2013 installed.

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

2015-04-23 Thread Scott Aron Bloom
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

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

2015-04-23 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 does