Ahmed
Results
1
issues of
Ahmed
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...