CMAKE_TOOLCHAIN_FILEΒΆ

Path to toolchain file supplied to cmake(1).

This variable is specified on the command line when cross-compiling with CMake. It is the path to a file which is read early in the CMake run and which specifies locations for compilers and toolchain utilities, and other target platform and compiler related information.

Previous topic

CMAKE_STATIC_LIBRARY_SUFFIX

Next topic

CMAKE_TWEAK_VERSION

This Page