Skip to content

Commit

Permalink
fix: race condition in xgboost|dede build
Browse files Browse the repository at this point in the history
  • Loading branch information
fantes authored and sileht committed Sep 10, 2020
1 parent 25faa8b commit fd32eae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ endif()
if (USE_TENSORRT_OSS)
add_dependencies(ddetect tensorrt-oss)
endif()
if (USE_XGBOOST)
add_dependencies(ddetect xgboost)
endif()

0 comments on commit fd32eae

Please sign in to comment.