mirror of https://gitee.com/bigwinds/arangodb
Remove directory part that comes from the variable.
This commit is contained in:
parent
9a5cf6dfb4
commit
0f548c92d5
|
@ -586,7 +586,7 @@ else ()
|
|||
set(ICU_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/3rdParty/V8-${V8_VERSION}/third_party/icu/source/common;${PROJECT_SOURCE_DIR}/3rdParty/V8-${V8_VERSION}/third_party/icu/source/i18n;${PROJECT_SOURCE_DIR}/3rdParty/V8-${V8_VERSION}/third_party/icu/source/io CACHE path "ICU include path")
|
||||
set(ICU_LIB_PATH ${ICU_BIN_DIR} CACHE path "ICU library path")
|
||||
if (LINUX)
|
||||
set(ICU_LIB_PATH "${ICU_LIB_PATH}/obj.target/third_party/icu")
|
||||
set(ICU_LIB_PATH "${ICU_LIB_PATH}")
|
||||
endif ()
|
||||
set(ICU_LIBS icui18n;icuuc;icudata;pthread;dl;m CACHE path "ICU libraries")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in New Issue