pcl-for-android
pcl-for-android copied to clipboard
Compile Errors W Fix
The current master has a few outdated stuff causing a compile error. I managed to get a working copy with thsese fixes:
- conanfile.py for boost. The link to download boost is outdated. fix: Line48: tools.get("https://boostorg.jfrog.io/artifactory/main/release/{}/source/{}.tar.gz".format(self.version, self.folder_name))
2)conanfile.py for pcl. The library name was outdated. fix: Line66: self.requires("eigen/3.3.7")