From 74b4b8bdce2a3144f6e8e367ad3e0cc5f8e59d8e Mon Sep 17 00:00:00 2001 From: hasherezade Date: Wed, 8 Mar 2023 18:01:05 +0100 Subject: [PATCH] [REFACT] Removed a superflous CMake option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c79443b..9420235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ option(CAPSTONE_RISCV_SUPPORT "RISCV support" OFF) option(CAPSTONE_X86_SUPPORT "x86 support" ON) option(CAPSTONE_X86_REDUCE "x86 with reduce instruction sets to minimize library" OFF) option(CAPSTONE_X86_ATT_DISABLE "Disable x86 AT&T syntax" ON) +option(CAPSTONE_SH_SUPPORT "SH support" OFF) # Add sub-directories #