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
this check here looks for the existence of the file on the host machine in case of cross compiling. if(EXISTS "/etc/debian_version") https://github.com/ros/catkin/blob/ff31d451ce1c68d47bc058a4693aad6c0fb63a43/cmake/python.cmake#L11C2-L11C2 maybe it should be "${CMAKE_SYSROOT}/etc/debian_version"? or something similar that makes sense
if(EXISTS "/etc/debian_version")
"${CMAKE_SYSROOT}/etc/debian_version"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this check here looks for the existence of the file on the host machine in case of cross compiling.
if(EXISTS "/etc/debian_version")
https://github.com/ros/catkin/blob/ff31d451ce1c68d47bc058a4693aad6c0fb63a43/cmake/python.cmake#L11C2-L11C2
maybe it should be
"${CMAKE_SYSROOT}/etc/debian_version"
? or something similar that makes senseThe text was updated successfully, but these errors were encountered: