File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ jobs:
60
60
- name : Setup MSBuild.exe
61
61
62
62
- name : Build a package
63
+ # CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
63
64
run : |
64
65
python --version
65
66
python -m pip install --upgrade pip
66
67
python -m pip install --upgrade setuptools
68
+ python -m pip install cmake==3.24.2
67
69
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
68
70
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp36 --dist-dir=%cd%\wheelhouse -v
69
71
shell : cmd
You can’t perform that action at this time.
0 commit comments