mirror of https://gitee.com/bigwinds/arangodb
Bug fix/specify snappy dependency (#9289)
This commit is contained in:
parent
f3b1de9808
commit
eadcedaa5e
|
@ -626,6 +626,7 @@ target_link_libraries(arangoserver
|
|||
fuerte
|
||||
boost_boost
|
||||
boost_system
|
||||
snappy
|
||||
${SYSTEM_LIBRARIES}
|
||||
)
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ if (MSVC AND NOT(SKIP_PACKAGING))
|
|||
)
|
||||
endif ()
|
||||
|
||||
add_executable(${BIN_ARANGOIMPORT}
|
||||
add_executable(arangoimport
|
||||
${ProductVersionFiles_arangoimport}
|
||||
Import/AutoTuneThread.cpp
|
||||
Import/ImportFeature.cpp
|
||||
|
@ -214,7 +214,7 @@ target_link_libraries(${BIN_ARANGOIMPORT}
|
|||
)
|
||||
|
||||
install(
|
||||
TARGETS ${BIN_ARANGOIMPORT}
|
||||
TARGETS arangoimport
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
install_config(arangoimport)
|
||||
|
|
|
@ -219,6 +219,7 @@ target_link_libraries(arangodbtests
|
|||
rocksdb
|
||||
fuerte
|
||||
gtest
|
||||
snappy
|
||||
)
|
||||
|
||||
target_include_directories(arangodbtests PRIVATE
|
||||
|
|
Loading…
Reference in New Issue