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
|
fuerte
|
||||||
boost_boost
|
boost_boost
|
||||||
boost_system
|
boost_system
|
||||||
|
snappy
|
||||||
${SYSTEM_LIBRARIES}
|
${SYSTEM_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,7 @@ if (MSVC AND NOT(SKIP_PACKAGING))
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
add_executable(${BIN_ARANGOIMPORT}
|
add_executable(arangoimport
|
||||||
${ProductVersionFiles_arangoimport}
|
${ProductVersionFiles_arangoimport}
|
||||||
Import/AutoTuneThread.cpp
|
Import/AutoTuneThread.cpp
|
||||||
Import/ImportFeature.cpp
|
Import/ImportFeature.cpp
|
||||||
|
@ -214,7 +214,7 @@ target_link_libraries(${BIN_ARANGOIMPORT}
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS ${BIN_ARANGOIMPORT}
|
TARGETS arangoimport
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
||||||
install_config(arangoimport)
|
install_config(arangoimport)
|
||||||
|
|
|
@ -219,6 +219,7 @@ target_link_libraries(arangodbtests
|
||||||
rocksdb
|
rocksdb
|
||||||
fuerte
|
fuerte
|
||||||
gtest
|
gtest
|
||||||
|
snappy
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(arangodbtests PRIVATE
|
target_include_directories(arangodbtests PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue