From addd6ff33184614c6ad191436d34ea7528b17878 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 6 May 2021 23:49:46 +0300 Subject: "toolchain" -> "toolset", part 2 --- docs/cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cmake.md') diff --git a/docs/cmake.md b/docs/cmake.md index d4685f8..aac40e0 100644 --- a/docs/cmake.md +++ b/docs/cmake.md @@ -62,7 +62,7 @@ Cross-compilation ----------------- If you want to e.g. build x86 binaries on x64 and vice versa, the easiest way -seems to be to make a CMake "toolchain file", which initializes the proper +seems to be to make a CMake "toolset file", which initializes the proper compiler flags (like -m64/-m32, etc.). Such file could look like this: set(CMAKE_C_COMPILER gcc) -- cgit v1.2.3