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
Currently vcpkg fails to build/install realsense2 under linux (ubuntu 18.04, gcc 8.2,WSL) due to a failed step in the debug configuration build.
It seems the error is in the port file of librealsense2 at https://github.com/Microsoft/vcpkg/blob/93d87ae5c44d6873122edfb9edbc324bab77785e/ports/realsense2/portfile.cmake#L39
when replaced with
"-DCMAKE_DEBUG_POSTFIX=_d"
it seems to work.
The text was updated successfully, but these errors were encountered:
I think you can close this issue @vicroms.
Sorry, something went wrong.
No branches or pull requests
Currently vcpkg fails to build/install realsense2 under linux (ubuntu 18.04, gcc 8.2,WSL) due to a failed step in the debug configuration build.
It seems the error is in the port file of librealsense2 at
https://github.com/Microsoft/vcpkg/blob/93d87ae5c44d6873122edfb9edbc324bab77785e/ports/realsense2/portfile.cmake#L39
when replaced with
"-DCMAKE_DEBUG_POSTFIX=_d"
it seems to work.
The text was updated successfully, but these errors were encountered: