From b8621cdf124e288e34bf71a391b85618d1480bb8 Mon Sep 17 00:00:00 2001
From: Rohan Budhiraja <budhiraja@laas.fr>
Date: Fri, 22 Jan 2016 17:33:11 +0100
Subject: [PATCH] [cmake] update sot-tools version

---
 CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b35175e..50ba36d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,10 +41,9 @@ SETUP_PROJECT()
 
 # Search for dependencies.
 ADD_REQUIRED_DEPENDENCY("jrl-dynamics >= 1.19.0")
-
 ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 3.0.0")
 ADD_REQUIRED_DEPENDENCY("sot-core >= 3.0.0")
-ADD_REQUIRED_DEPENDENCY("sot-tools")
+ADD_REQUIRED_DEPENDENCY("sot-tools >= 2.0.0")
 
 # List plug-ins that will be compiled.
 SET(plugins
-- 
GitLab