We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error while building the GPU targets , disabled by default during compilation of PCL library.
Operating System and version: UBUNTU 16.04- Jetson TX2 Compiler: gcc 6.5.0 PCL Version: 1.9.1 release
Switch this flag from OFF to ON in CMakeCache file in Build folder. //Build the GPU-related subsystems BUILD_GPU:BOOL=ON
Any inputs?
The text was updated successfully, but these errors were encountered:
Not sure how this is related to the BUILD_GPU option, but I'll fix this next week.
BUILD_GPU
Sorry, something went wrong.
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.
Will be resolved once GPU CI is online.
taketwo
Successfully merging a pull request may close this issue.
Getting this error while building the GPU targets , disabled by default during compilation of PCL library.
Your Environment
Operating System and version: UBUNTU 16.04- Jetson TX2
Compiler: gcc 6.5.0
PCL Version: 1.9.1 release
Current Behavior
Code to Reproduce
Switch this flag from OFF to ON in CMakeCache file in Build folder.
//Build the GPU-related subsystems
BUILD_GPU:BOOL=ON
Any inputs?
The text was updated successfully, but these errors were encountered: