Commit 45c0bca6 for tesseract

commit 45c0bca6e5a6eb0adcd63499b71b2b7dbf08bf1e
Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Date:   Mon Jun 15 23:01:43 2026 +0000

    Fix cmake-win64 CI: restore -DSW_BUILD=OFF for leptonica build step

diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml
index 7778e066..1393e7b2 100644
--- a/.github/workflows/cmake-win64.yml
+++ b/.github/workflows/cmake-win64.yml
@@ -101,7 +101,7 @@ jobs:
              echo "Building leptonica..."
              git clone --depth 1 https://github.com/DanBloomberg/leptonica.git
              cd leptonica
-             cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DBUILD_PROG=OFF -DBUILD_SHARED_LIBS=ON
+             cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DSW_BUILD=OFF -DBUILD_PROG=OFF -DBUILD_SHARED_LIBS=ON
              cmake --build build --target install

       - name: Remove not needed tools Before building tesseract