cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM

This commit is contained in:
Nguyen Anh Quynh 2014-05-28 14:41:39 +08:00
parent 9786566aaa
commit 2f661e003f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ option(PPC_SUPPORT "PowerPC support" ON)
option(X86_SUPPORT "x86 support" ON)
if (USE_DEFAULT_ALLOC)
add_definitions(-DUSE_SYS_DYN_MEM)
add_definitions(-DCAPSTONE_USE_SYS_DYN_MEM)
endif ()
set(SOURCES