run-cmake: drop default value for SWIG_INSTALL_DIR

Caching of version path was introduced in c5f6d47, awhile ago, removing it, since all new installations are already using the cache instead of this default fallback.

`robocopy` line was an artifact from old layout.
This commit is contained in:
Andrej730
2026-09-08 16:49:04 +05:00
parent 649a869d9c
commit cb510519a1
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -104,9 +104,6 @@ for /f "usebackq delims=" %%v in (`
set PYTHON_INCLUDE_DIR=%PYTHONHOME%\include
set PYTHON_LIBRARY=%PYTHONHOME%\libs\python%PY_VER_MAJOR_MINOR%.lib
:: `swigwin` is a legacy installation folder name, before we started using versioned folders.
:: we can remove it later.
if not defined SWIG_INSTALL_DIR set SWIG_INSTALL_DIR=%INSTALL_DIR%\swigwin
set JSON_INCLUDE_DIR=%INSTALL_DIR%\json
if defined ADD_COMMIT_SHA (
set ADD_COMMIT_SHA=ON