Building for Linux or other case-sensitive platforms fails with the following error:
error : non-portable path to file '"XRMotionControllerBase.h"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]
There is a typo in #include "XRMotioncontrollerBase.h" line. Strangely, it compiles fine for Windows.
Building for Linux or other case-sensitive platforms fails with the following error:
error : non-portable path to file '"XRMotionControllerBase.h"'; specified path differs in case from file name on disk [-Werror,-Wnonportable-include-path]
There is a typo in #include "XRMotioncontrollerBase.h" line. Strangely, it compiles fine for Windows.