When I try to cross compile, I set the CMAKE_FIND_ROOT_PATH value to my rootfs for my target platform.
CMakeFiles/supertuxkart.dir/flags.make correctly has a -I option for the usr/include under my target's rootfs directory. All the flags.make files for all the libraries do not.
Author: jontom
When I try to cross compile, I set the CMAKE_FIND_ROOT_PATH value to my rootfs for my target platform.
CMakeFiles/supertuxkart.dir/flags.make correctly has a -I option for the usr/include under my target's rootfs directory. All the flags.make files for all the libraries do not.
Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/1134