File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,8 @@ jobs:
241241 -DTESSERACT_PYTHON_BUILD_WHEEL=ON ^
242242 -DTESSERACT_ENABLE_EXAMPLES=OFF -DTESSERACT_PLUGIN_FACTORY_CALLBACKS=ON ^
243243 -DVCPKG_APPLOCAL_DEPS=OFF ^
244- -DTESSERACT_BUILD_TRAJOPT_IFOPT=OFF
244+ -DTESSERACT_BUILD_TRAJOPT_IFOPT=OFF ^
245+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
245246 if %ERRORLEVEL% GEQ 1 exit 1
246247 - name : test
247248 shell : cmd
@@ -358,7 +359,8 @@ jobs:
358359 -Dtcmalloc_minimal_LIBRARY=${{ github.workspace }}/vcpkg/installed/${{ matrix.config.arch }}-osx-dynamic-release/lib/libtcmalloc_minimal.dylib \
359360 -DPYTHON_EXECUTABLE="${{ steps.setup-python.outputs.python-path }}" \
360361 -DTESSERACT_PYTHON_WHEEL_PLATFORM=${{ matrix.config.py_platform }} \
361- -DTESSERACT_PYTHON_BUILD_WHEEL=ON
362+ -DTESSERACT_PYTHON_BUILD_WHEEL=ON \
363+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
362364 - name : test
363365 shell : bash
364366 run : |
You can’t perform that action at this time.
0 commit comments