From 9408549d0ab4dc7bd74e7cfce898ee0adb144283 Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Sat, 21 Feb 2026 22:29:43 +0100 Subject: [PATCH] enable VRPN by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b5fe6..d5745eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ option(LIBMOTIONCAPTURE_ENABLE_OPTITRACK "Enable Optitrack" ON) option(LIBMOTIONCAPTURE_ENABLE_OPTITRACK_CLOSED_SOURCE "Enable Optitrack (Closed Source)" OFF) option(LIBMOTIONCAPTURE_ENABLE_VICON "Enable Vicon" OFF) option(LIBMOTIONCAPTURE_ENABLE_NOKOV "Enable Nokov" OFF) -option(LIBMOTIONCAPTURE_ENABLE_VRPN "Enable VRPN" OFF) +option(LIBMOTIONCAPTURE_ENABLE_VRPN "Enable VRPN" ON) option(LIBMOTIONCAPTURE_ENABLE_FZMOTION "Enable FZMOTION" OFF) option(LIBMOTIONCAPTURE_ENABLE_MOTIONANALYSIS "Enable MotionAnalysis" OFF) option(LIBMOTIONCAPTURE_BUILD_EXAMPLE "Enable Example application" ON)