We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04f28c commit 856a54bCopy full SHA for 856a54b
internal/setup.bat
@@ -71,7 +71,7 @@ popd
71
IF ERRORLEVEL 1 goto no
72
IF NOT ERRORLEVEL 0 goto no
73
74
-move /Y libtorch\bin\*.dll libtorch\lib\
+IF EXIST libtorch\bin move /Y libtorch\bin\*.dll libtorch\lib\
75
76
echo LibTorch is built in %CD%\libtorch.
77
0 commit comments