Closed isantop closed 7 years ago
Thanks for catching this!
Original the directory was spelled display
with a lowercase d. I renamed it a while back when cleaning up the OSVR-Display repository to conform to the standard OSVR code layout and missed updating this file.
I'll get this merged in soon.
An equivalent patch was merged in #111. Thanks again, hoping you'll keep contributing!
On case-sensitive filesystems (like those used in Linux), compilation fails because
#include <osvr/display/Display.h>
is looking for a lowercase D, whereas the actual directory begins with an uppercase D.Updated instances of lowercase d in includes in OVRDisplay.cpp and OVRDisplay.h