OSVR / OSVR-Core

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

CMake configure error #591

Open godbyk opened 6 years ago

godbyk commented 6 years ago

@rpavlik In the improve-linux-config-search branch there are two files: cmake/InstallDebugSymbols.cmake and cmake-local/InstallDebugSymbols.cmake. CMake is loading the former and not the latter. So the osvr_install_symbols_for_target function in the latter isn't being defined, causing a CMake configure error.

rpavlik commented 6 years ago

Thank you for finding this. I've updated #589 (where you pushed the one patch) to also go down to a single copy of this file, and the right copy.

rpavlik commented 6 years ago

And the travis build is fixed again :)