From 80dfa6e6d4983d23341b0dc8985c1174c1a9d645 Mon Sep 17 00:00:00 2001 From: Harald Scheirich <harald.scheirich@kitware.com> Date: Fri, 17 Sep 2021 10:46:40 -0400 Subject: [PATCH] Turn off default VRPN --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ae86c9c5..2115d505c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ if (UNIX) set(CMAKE_BUILD_TYPE "DEBUG") endif() endif() -option(${PROJECT_NAME}_USE_VRPN "Build with VRPN support" ON) +option(${PROJECT_NAME}_USE_VRPN "Build with VRPN support" OFF) option(${PROJECT_NAME}_USE_PHYSX "Build with Physx support" OFF) #----------------------------------------------------------------------------- -- GitLab