1
0
Fork 0

icu dependencies of tests

This commit is contained in:
Kaveh Vahedipour 2016-02-12 13:09:03 +01:00
parent 134b729e46
commit 8607d8bbe4
1 changed files with 5 additions and 8 deletions

View File

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