From e44b351e1b0972f4dce0d0703c4397d57104c51d Mon Sep 17 00:00:00 2001 From: Wolfgang Hoenig Date: Sat, 21 Feb 2026 22:51:32 +0100 Subject: [PATCH] enable qualisys by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48edb94..4a9d348 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libmotioncapture) # define some options option(LIBMOTIONCAPTURE_BUILD_PYTHON_BINDINGS "Generate Python Bindings" ON) -option(LIBMOTIONCAPTURE_ENABLE_QUALISYS "Enable Qualisys" OFF) +option(LIBMOTIONCAPTURE_ENABLE_QUALISYS "Enable Qualisys" ON) option(LIBMOTIONCAPTURE_ENABLE_OPTITRACK "Enable Optitrack" ON) option(LIBMOTIONCAPTURE_ENABLE_OPTITRACK_CLOSED_SOURCE "Enable Optitrack (Closed Source)" OFF) option(LIBMOTIONCAPTURE_ENABLE_VICON "Enable Vicon" ON)