Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not build with an opencv where patch level > 15 #1285

Closed
git-user44 opened this issue Sep 10, 2023 · 1 comment · Fixed by #1286
Closed

Does not build with an opencv where patch level > 15 #1285

git-user44 opened this issue Sep 10, 2023 · 1 comment · Fixed by #1286

Comments

@git-user44
Copy link

As the title says, does not build when opencv has a patch level > 15.

With opencv 3.4.19 it fails thus... (I added some code to print out various values just to find out what it was complaining about)

IN_VERSION="3.4.19"
PATCH="19"
DECCHAR2HEXVAL="3"
DECCHAR2HEXVAL="4"
DECCHAR2HEXVAL="19"
CMake Error at cmakemodules/UtilsMacros.cmake:79 (message):
Invalid format for hexidecimal character
Call Stack (most recent call first):
cmakemodules/UtilsMacros.cmake:95 (DECCHAR2HEX)
cmakemodules/script_opencv.cmake:45 (VERSION_TO_HEXADECIMAL)
CMakeLists.txt:299 (include)

-- Configuring incomplete, errors occurred!

@jlblancoc
Copy link
Member

It was about time... :-)
Thanks for reporting. Just about to release a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants