修正了jemalloc的include路径
This commit is contained in:
parent
bd0c473be2
commit
c0062f40d1
|
|
@ -370,7 +370,7 @@ if(ENABLE_JEMALLOC_STATIC)
|
||||||
set(ENABLE_JEMALLOC_STAT OFF)
|
set(ENABLE_JEMALLOC_STAT OFF)
|
||||||
endif ()
|
endif ()
|
||||||
include(Jemalloc)
|
include(Jemalloc)
|
||||||
include_directories(SYSTEM ${DEP_ROOT_DIR}/${JEMALLOC_NAME}/include/jemalloc)
|
include_directories(SYSTEM ${DEP_ROOT_DIR}/${JEMALLOC_NAME}/include)
|
||||||
link_directories(${DEP_ROOT_DIR}/${JEMALLOC_NAME}/lib)
|
link_directories(${DEP_ROOT_DIR}/${JEMALLOC_NAME}/lib)
|
||||||
# 用于影响后续查找过程
|
# 用于影响后续查找过程
|
||||||
# Used to affect subsequent lookup process
|
# Used to affect subsequent lookup process
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue