mirror of https://gitee.com/bigwinds/arangodb
icu dependencies of tests
This commit is contained in:
parent
134b729e46
commit
8607d8bbe4
|
@ -53,10 +53,6 @@ set(BIN_ARANGOIMP arangoimp)
|
|||
set(BIN_ARANGORESTORE arangorestore)
|
||||
set(BIN_ARANGOSH arangosh)
|
||||
|
||||
# Tests
|
||||
set(TEST_BASICS_SUITE basics_suite)
|
||||
set(TEST_GEO_SUITE geo_suite)
|
||||
|
||||
# Google V8 engine including ICU
|
||||
set(V8_VERSION 4.3.61)
|
||||
|
||||
|
@ -521,7 +517,7 @@ endif ()
|
|||
|
||||
add_definitions("-DTRI_LIBEV_VERSION=\"${LIBEV_VERSION}\"")
|
||||
|
||||
# libnoise ---------------------------------------------------------------------
|
||||
# linenoise --------------------------------------------------------------------
|
||||
set(LINENOISE_VERSION "unknown" CACHE string "LINENOISE version")
|
||||
|
||||
# Boost ------------------------------------------------------------------------
|
||||
|
@ -535,9 +531,6 @@ else()
|
|||
message ("Boost unit test framework not found. Unit tests are disabled.")
|
||||
endif()
|
||||
|
||||
# Tcmalloc ---------------------------------------------------------------------
|
||||
find_package(tcmalloc)
|
||||
|
||||
# OpenSSL ----------------------------------------------------------------------
|
||||
#set (OPENSSL_USE_STATIC_LIBS "TRUE")
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
@ -616,6 +609,10 @@ else ()
|
|||
install_readme(LICENSES-OTHER-COMPONENTS.md share/doc/arangodb LICENSES-OTHER-COMPONENTS.md)
|
||||
endif ()
|
||||
|
||||
# Tests
|
||||
set(TEST_BASICS_SUITE basics_suite)
|
||||
set(TEST_GEO_SUITE geo_suite)
|
||||
|
||||
# Enable testing ---------------------------------------------------------------
|
||||
enable_testing()
|
||||
|
||||
|
|
Loading…
Reference in New Issue