torch-svm icon indicating copy to clipboard operation
torch-svm copied to clipboard

Build failure with new split torch

Open akfidjeland opened this issue 11 years ago • 0 comments

To fix:

  1. remove the ADD_TORCH_DOK line from the top-level CMakeLists.txt

  2. add lua to dependencies of svmutil, i.e change line 15 in top-level CMakeLists.txt to

    TARGET_LINK_LIBRARIES(svmutil lua luaT TH)

akfidjeland avatar Dec 13 '13 14:12 akfidjeland