From dd980fde49e554a0d4206b71fdcae656b9f85032 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 16 Nov 2019 14:47:09 +0700 Subject: [PATCH] Update CMAKE_OPTIONS.md --- doc/build/CMAKE_OPTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/CMAKE_OPTIONS.md b/doc/build/CMAKE_OPTIONS.md index fad15f50..33a62bd2 100644 --- a/doc/build/CMAKE_OPTIONS.md +++ b/doc/build/CMAKE_OPTIONS.md @@ -32,7 +32,7 @@ This feature add external dependency to libhwloc (1.10.0+) (except MSVC builds). ## Special build options -* **`-DXMRIG_DEPS=`** path to precompiled dependensices https://github.com/xmrig/xmrig-deps +* **`-DXMRIG_DEPS=`** path to precompiled dependencies https://github.com/xmrig/xmrig-deps * **`-DARM_TARGET=`** override ARM target, possible values `7` (ARMv7) and `8` (ARMv8). * **`-DUV_INCLUDE_DIR=`** custom path to libuv headers. * **`-DUV_LIBRARY=`** custom path to libuv library.