From 2dfbf482d683c8bd3167e43f2a89d5b91b0636cb Mon Sep 17 00:00:00 2001 From: Mirko Waechter <mirko.waechter@kit.edu> Date: Thu, 29 Jan 2015 14:44:40 +0100 Subject: [PATCH] increased simox version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c821ad1f6..aa5aa7f70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(${ArmarXCore_USE_FILE}) armarx_project("RobotAPI") depends_on_armarx_package(ArmarXGui "OPTIONAL") -set(ArmarX_Simox_VERSION 2.3.6) +set(ArmarX_Simox_VERSION 2.3.7) add_subdirectory(source) -- GitLab