Michael Brenndoerfer
Michael Brenndoerfer

Reputation: 4086

CMake using 32 or 64 compiler

I want to build the bullet physics source code for Visual Studio 2012 but I'm not sure if I have to use as compile Target Visual Studio 2012 or Visual Studio 2012 Win64.

Is the 32/64 referring to my OS or to the source I want to build?

Regards

Upvotes: 1

Views: 127

Answers (1)

Fraser
Fraser

Reputation: 78458

Win64 refers to the target - if you set the generator to Visual Studio 2012 Win64, you'll be building 64-bit binaries.

Upvotes: 5

Related Questions