From 5e42d8c629afe522b9044f6e66167dc923f6e5fe Mon Sep 17 00:00:00 2001 From: Sreekanth Arikatla Date: Fri, 14 Jun 2019 13:33:45 -0400 Subject: [PATCH] COMP: Update the vrpn to the latest The current version has compile issues on Ubuntu with gcc compiler. This issue was fixed in vrpn parent repo Rebase the 'improve-openhaptics' over latest vrpn master from vrpn parent repo https://github.com/vrpn/vrpn.git The new branch is 'improve-openhaptics-rebase' and the old branch is kept just in case! --- CMake/External/External_VRPN.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/External/External_VRPN.cmake b/CMake/External/External_VRPN.cmake index 1699c53e8..9f9ff4a3e 100644 --- a/CMake/External/External_VRPN.cmake +++ b/CMake/External/External_VRPN.cmake @@ -31,7 +31,7 @@ endif() include(imstkAddExternalProject) imstk_add_external_project( VRPN GIT_REPOSITORY https://gitlab.kitware.com/iMSTK/vrpn.git - GIT_TAG 6721b5ea8972cf6bcbaccdd2d32479dd77b74b53 + GIT_TAG ae5672fc163d9753ac9fa559b5c862ed9e32e6ff INSTALL_COMMAND ${SKIP_STEP_COMMAND} CMAKE_CACHE_ARGS -DBUILD_TESTING:BOOL=OFF -- GitLab