From fe1a714fd90d4d7cc21350dd1daa0fa855e966cd Mon Sep 17 00:00:00 2001
From: Florent Lamiraux <florent@laas.fr>
Date: Fri, 3 Feb 2017 15:06:19 +0100
Subject: [PATCH] Update dependency versions.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1140a34..b54de8a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ SET (${PROJECT_NAME}_HEADERS
   include/hpp/statistics/distribution.hh
   )
 
-ADD_REQUIRED_DEPENDENCY("hpp-util")
+ADD_REQUIRED_DEPENDENCY("hpp-util >= 3.2")
 
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(tests)
-- 
GitLab