forked from pool/opencv3
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ad9199ff5b | |||
| 5defe62615 | |||
| 9d30ad629b | |||
| 3cfcde3d9a |
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 10:02:57 UTC 2025 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
|
||||
minimum version warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 12:29:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -180,9 +180,6 @@ cp opencv_contrib-%{version}/LICENSE LICENSE.contrib
|
||||
rm -f doc/packaging.txt
|
||||
|
||||
%build
|
||||
# Remove cmake4 error due to not setting
|
||||
# min cmake version - sflees.de
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
# Dynamic dispatch: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
|
||||
# x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
|
||||
# is the highest extension available on any non-64bit x86 CPU
|
||||
|
||||
Reference in New Issue
Block a user