1 | initial version |
You can get it to work by using another tar extractor, like e.g. 7zip, instead of cmake -E tar:
7z x
does the same thing (for the purpose of this) as
cmake -E tar -xjf
Then change line 236 of OpenCVDownload.cmake to:
execute_process(COMMAND 7z x "${CACHE_CANDIDATE}" .... etc.