1
0
Fork 0

Remove directory part that comes from the variable.

This commit is contained in:
Wilfried Goesgens 2016-02-19 18:52:04 +01:00
parent 9a5cf6dfb4
commit 0f548c92d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()