mirror of https://gitee.com/bigwinds/arangodb
changed order of V8 and ICU
This commit is contained in:
parent
8c632cae24
commit
554cf0594a
|
@ -533,8 +533,8 @@ list(INSERT SYSTEM_LIBRARIES 0
|
||||||
${BT_LIBS}
|
${BT_LIBS}
|
||||||
${ZLIB_LIBS}
|
${ZLIB_LIBS}
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
${ICU_LIBS}
|
|
||||||
${V8_LIBS}
|
${V8_LIBS}
|
||||||
|
${ICU_LIBS}
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
${CMAKE_DL_LIBS}
|
${CMAKE_DL_LIBS}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue