1CMAKE_<LANG>_COMPILER_TARGET 2---------------------------- 3 4The target for cross-compiling, if supported. 5 6Some compiler drivers are inherently cross-compilers, such as clang and 7QNX qcc. These compiler drivers support a command-line argument to specify 8the target to cross-compile for. 9 10This variable may only be set in a toolchain file specified by 11the :variable:`CMAKE_TOOLCHAIN_FILE` variable. 12