Skip to content

Commit

Permalink
Fix: compilation race issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Dec 14, 2018
1 parent 22f40bd commit 4e16c56
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 @@ -48,6 +48,9 @@ if (USE_NCNN)
)
endif()
add_library(ddetect ${ddetect_SOURCES})
if (USE_NCNN)
add_dependencies(ddetect ncnn)
endif()
if (USE_CAFFE)
add_dependencies(ddetect caffe_dd)
endif()

0 comments on commit 4e16c56

Please sign in to comment.