OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
329 stars 124 forks source link

Improve linux config search #589

Closed rpavlik closed 6 years ago

rpavlik commented 6 years ago

This adjusts the config file and reference loading code, to always use a search path - especially on non-Windows. The FHS-style layout of a non-Windows build (and differences in the customary ways of running apps) meant that it took some contortions, or absolute paths, to load configs before. Now, it should "do the right thing" automatically and be simpler to run.

rpavlik commented 6 years ago

OK, fixed the cmake the rest of the way. Merging this.