1
0
Fork 0

add missing dependency to V8 for the unittests

This commit is contained in:
Wilfried Goesgens 2017-03-07 13:08:10 +01:00
parent c5aaa5c633
commit a34ad23d0f
1 changed files with 1 additions and 0 deletions

View File

@ -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.