1
0
Fork 0

changed order of V8 and ICU

This commit is contained in:
Frank Celler 2016-02-24 23:17:24 +01:00
parent 8c632cae24
commit 554cf0594a
1 changed files with 1 additions and 1 deletions

View File

@ -533,8 +533,8 @@ list(INSERT SYSTEM_LIBRARIES 0
${BT_LIBS}
${ZLIB_LIBS}
${OPENSSL_LIBRARIES}
${ICU_LIBS}
${V8_LIBS}
${ICU_LIBS}
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}
)