Skip to content

Commit 74b4b8b

Browse files
committed
[REFACT] Removed a superflous CMake option
1 parent c98d67c commit 74b4b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ option(CAPSTONE_RISCV_SUPPORT "RISCV support" OFF)
5757
option(CAPSTONE_X86_SUPPORT "x86 support" ON)
5858
option(CAPSTONE_X86_REDUCE "x86 with reduce instruction sets to minimize library" OFF)
5959
option(CAPSTONE_X86_ATT_DISABLE "Disable x86 AT&T syntax" ON)
60+
option(CAPSTONE_SH_SUPPORT "SH support" OFF)
6061

6162
# Add sub-directories
6263
#

0 commit comments

Comments
 (0)