Closed rcdailey closed 3 years ago
Newer versions of CMake now take an -A option in addition to -G for Visual Studio generators to allow the architecture to be specified. In the 64-bit case, that's -A x64.
-A
-G
-A x64
This change got merged in #115, so I'm going to go ahead close this.
Newer versions of CMake now take an
-A
option in addition to-G
for Visual Studio generators to allow the architecture to be specified. In the 64-bit case, that's-A x64
.