Skip to content

Commit

Permalink
[REFACT] Removed a superflous CMake option
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Mar 8, 2023
1 parent c98d67c commit 74b4b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 74b4b8b

Please sign in to comment.