Skip to content

Commit

Permalink
CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Der…
Browse files Browse the repository at this point in the history
…evenets
  • Loading branch information
aquynh committed Oct 13, 2014
1 parent 733cdaf commit a8fd71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a8fd71f

Please sign in to comment.