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)