Skip to content

Commit 2ab6454

Browse files
committed
Make benchmark target depend on weighttp
1 parent 58dae65 commit 2ab6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ if (LUA_FOUND AND Python3_Interpreter_FOUND)
401401
COMMAND ${Python3_EXECUTABLE}
402402
${PROJECT_SOURCE_DIR}/src/scripts/benchmark.py
403403
${CMAKE_BINARY_DIR}/src/bin/testrunner/testrunner
404-
DEPENDS testrunner
404+
DEPENDS testrunner weighttp
405405
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
406406
COMMENT "Running benchmark.")
407407
endif()

0 commit comments

Comments
 (0)