@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 In the
improve-linux-config-search
branch there are two files:cmake/InstallDebugSymbols.cmake
andcmake-local/InstallDebugSymbols.cmake
. CMake is loading the former and not the latter. So theosvr_install_symbols_for_target
function in the latter isn't being defined, causing a CMake configure error.