mirror of https://gitee.com/bigwinds/arangodb
add missing dependency to V8 for the unittests
This commit is contained in:
parent
c5aaa5c633
commit
a34ad23d0f
|
@ -947,6 +947,7 @@ if (NOT USE_PRECOMPILED_V8)
|
|||
add_dependencies(arangoimp v8_build)
|
||||
add_dependencies(arangorestore v8_build)
|
||||
add_dependencies(arangosh v8_build)
|
||||
add_dependencies(arangodbtests v8_build)
|
||||
endif ()
|
||||
|
||||
# This copies the compile commands to the source dir.
|
||||
|
|
Loading…
Reference in New Issue