Author: ivan
Date: Tue Jun 23 14:58:20 2026
New Revision: 1935588

Log:
* .github/workflows/cmake.yml
  (Configure CMake): Disable search for Python via registry [1].

[1]: https://cmake.org/cmake/help/latest/module/FindPython3.html#hints

Modified:
   subversion/trunk/.github/workflows/cmake.yml

Modified: subversion/trunk/.github/workflows/cmake.yml
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml        Tue Jun 23 14:24:19 
2026        (r1935587)
+++ subversion/trunk/.github/workflows/cmake.yml        Tue Jun 23 14:58:20 
2026        (r1935588)
@@ -207,6 +207,7 @@ jobs:
           -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/installdir
           -DVCPKG_TARGET_TRIPLET=${{ matrix.vcpkg_triplet }}
           -DSVN_TEST_CONFIGURE_FOR_PARALLEL=ON
+          -DPython3_FIND_REGISTRY=NEVER
           ${{ matrix.extra_config_opts }}
 
       - name: Build CMake

Reply via email to