cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM
This commit is contained in:
parent
9786566aaa
commit
2f661e003f
|
@ -15,7 +15,7 @@ option(PPC_SUPPORT "PowerPC support" ON)
|
||||||
option(X86_SUPPORT "x86 support" ON)
|
option(X86_SUPPORT "x86 support" ON)
|
||||||
|
|
||||||
if (USE_DEFAULT_ALLOC)
|
if (USE_DEFAULT_ALLOC)
|
||||||
add_definitions(-DUSE_SYS_DYN_MEM)
|
add_definitions(-DCAPSTONE_USE_SYS_DYN_MEM)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
|
|
Loading…
Reference in New Issue