From c81b9bb5c1d729ca51aa74da13079d26dbceafd0 Mon Sep 17 00:00:00 2001 From: Raphael <ufdrv@student.kit.edu> Date: Mon, 15 May 2017 11:23:25 +0200 Subject: [PATCH] deactivated tests for wip code --- source/RobotAPI/libraries/RTRobotUnit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/RobotAPI/libraries/RTRobotUnit/CMakeLists.txt b/source/RobotAPI/libraries/RTRobotUnit/CMakeLists.txt index 7da09b629..eeda8773d 100644 --- a/source/RobotAPI/libraries/RTRobotUnit/CMakeLists.txt +++ b/source/RobotAPI/libraries/RTRobotUnit/CMakeLists.txt @@ -55,7 +55,7 @@ set(LIB_HEADERS BasicControllers.h ) -add_subdirectory(test) +#add_subdirectory(test) armarx_add_library("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}") -- GitLab