Skip to content

Commit

Permalink
Fix: deps issue for NCNN
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Dec 14, 2018
1 parent 089b0dc commit 22f40bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ if (USE_HDF5)
${TF_LIB_DEPS}
${XGBOOST_LIB_DEPS}
${TSNE_LIB_DEPS}
${NCNN_LIB_DIR}
${NCNN_LIB_DEPS}
${DLIB_LIB_DEPS})
else()
set(COMMON_LINK_LIBS
Expand All @@ -628,7 +628,7 @@ else()
${TF_LIB_DEPS}
${XGBOOST_LIB_DEPS}
${TSNE_LIB_DEPS}
${NCNN_LIB_DIR}
${NCNN_LIB_DEPS}
${DLIB_LIB_DEPS})
endif()
set(HTTP_LINK_LIBS cppnetlib-uri crypto ssl)
Expand Down

0 comments on commit 22f40bd

Please sign in to comment.