Cmake
Jump to navigation
Jump to search
Select toolchain
On Windows
On Windows, cmake default to the latest Visual Studio version installed on the system. To select MinGW toolchain [1]:
cmake -G "MinGW Makefiles" .
On Windows, cmake default to the latest Visual Studio version installed on the system. To select MinGW toolchain [1]:
cmake -G "MinGW Makefiles" .