build-deps/manifold: drop redundant git reset

It already happens during git clone.
This commit is contained in:
Andrej730
2026-09-09 11:15:46 +05:00
parent 2486dd38cb
commit d94653cd1f
-1
View File
@@ -879,7 +879,6 @@ IF EXIST "%DEPENDENCY_INSTALL_DIR%" (
call :GitCloneAndCheckoutRevision https://github.com/elalish/manifold.git "%DEPENDENCY_DIR%" v%MANIFOLD_VERSION%
IF NOT %ERRORLEVEL%==0 GOTO :Error
cd "%DEPENDENCY_DIR%"
git reset --hard
call :RunCMake -DCMAKE_INSTALL_PREFIX="%DEPENDENCY_INSTALL_DIR%" ^
-DBUILD_SHARED_LIBS=OFF ^