aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/cmake.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmake.md')
-rw-r--r--docs/cmake.md2
1 files changed, 1 insertions, 1 deletions
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)