Bug in OpenRV's cmake files #158
Unanswered
pjurkas
asked this question in
Build Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While building OpenRV on Linux, cmake downloads the following files from internet:
https://www.openssl.org/source/openssl-1.1.1p.tar.gz
https://github.com/python/cpython/archive/refs/tags/v3.9.15.zip
and copies (& renames) both to the same location:
_build/RV_DEPS_DOWNLOAD/RV_DEPS_OPENSSL_1.1.1p.zip
This might cause issues while bulding in parallel.
Beta Was this translation helpful? Give feedback.
All reactions