From 4e9b9cabb31eeaae8d75682bebe52bcbbd59f61f Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 13 Jun 2021 16:29:51 +0300 Subject: [PATCH] Fixed typos in compilation steps. (#1762) --- COMPILE_CMAKE.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE_CMAKE.TXT b/COMPILE_CMAKE.TXT index e89d0d83..51e2eb61 100644 --- a/COMPILE_CMAKE.TXT +++ b/COMPILE_CMAKE.TXT @@ -32,8 +32,8 @@ Get CMake for free from http://www.cmake.org. - CAPSTONE_X86_SUPPORT: support X86. Run cmake with -DCAPSTONE_X86_SUPPORT=0 to remove X86. - CAPSTONE_TMS320C64X_SUPPORT: support TMS320C64X. Run cmake with -DCAPSTONE_TMS320C64X_SUPPORT=0 to remove TMS320C64X. - CAPSTONE_EVM_SUPPORT: support EVM. Run cmake with -DCAPSTONE_EVM_SUPPORT=0 to remove EVM. - - CAPSTONE_ARCHITECUTRE_DEFAULT: Whether architectures are enabled by default. - Set this of OFF with -DCAPSTONE_ARCHITECUTRE_DEFAULT=OFF to dissable all architectures by default. + - CAPSTONE_ARCHITECTURE_DEFAULT: Whether architectures are enabled by default. + Set this of OFF with -DCAPSTONE_ARCHITECTURE_DEFAULT=OFF to disable all architectures by default. You can then enable them again with one of the CAPSTONE__SUPPORT options. By default, all architectures are compiled in.