Closed swkonz closed 6 years ago
status_string: "Unsupported protocol"
See https://docs.hunter.sh/en/latest/faq/how-to-fix-download-error.html
This worked. The solution was following this link: https://github.com/ruslo/hunter/issues/328#issuecomment-198672048
After a clean clone of the repo I run:
cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=ON -DDRISHTI_BUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release
This throws an error when trying to clone the hunter manager. The output of the command is as follows:
There appears to be a SHA1 mismatch between the cloned package and the desired package. I tried to change this manually, but I wasn't able to find the original source location of the expected SHA. I also tried downloading the hunter package directly and still did not have any success here. Am I compiling this incorrectly?
My goal is to run the desktop examples on some testing videos using the native desktop apps in src/example/facefilter. If there is a better way to compile the examples for this purpose, instructions would be appreciated.