mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-01 01:10:29 +00:00
CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets
This commit is contained in:
parent
733cdafe70
commit
a8fd71f406
@ -22,7 +22,7 @@ option(CAPSTONE_SYSZ_SUPPORT "SystemZ support" ON)
|
||||
option(CAPSTONE_XCORE_SUPPORT "XCore support" ON)
|
||||
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" OFF)
|
||||
option(CAPSTONE_X86_ATT_DISABLE "Disable x86 AT&T syntax" OFF)
|
||||
|
||||
if (CAPSTONE_BUILD_DIET)
|
||||
add_definitions(-DCAPSTONE_DIET)
|
||||
|
Loading…
Reference in New Issue
Block a user