Cmake

From miki
Revision as of 08:48, 27 September 2017 by Mip (talk | contribs) (Created page with "== Select toolchain == === On Windows === On Windows, cmake default to the latest Visual Studio version installed on the system. To select MinGW toolchain [https://stackoverfl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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" .