cmake windows x64 builds - Stack Overflow
stackoverflow.com › questions › 51350947Show activity on this post. Is there a way to use the cmake gui to specify a x64 build, since by default cmake on windows creates a 32-bit Visual Studio solution. From the command line, folks say to do this: C:\projectx\build> cmake ..\make -G "Visual Studio 10 Win64". but how do I get to the command line arguments from the cmake windows gui? see:
CMake download | SourceForge.net
https://sourceforge.net/projects/cmake.mirrorCMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.
Installing | CMake
https://cmake.org/installInstalling CMake. There are several ways to install CMake, depending on your platform.. Windows. There are pre-compiled binaries available on the Download page for Windows as MSI packages and ZIP files. The Windows installer has an option to modify the system PATH environment variable. If that is not selected during installation, one may manually add the install directory (e.g. …