From 048e9435f7853b322758f611c8106c98dd304564 Mon Sep 17 00:00:00 2001 From: "philippe.martin" Date: Tue, 3 May 2022 18:02:12 +0200 Subject: [PATCH] Upgrades libqi to version 2.1.0. Change-Id: I9faed071a01b57d178052bb3c18496398bb5c992 Reviewed-on: http://gerrit2.aldebaran.lan/2002 Reviewed-by: jmonnon Reviewed-by: vincent.palancher Tested-by: philippe.martin --- cmake/set_libqi_dependency.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/set_libqi_dependency.cmake b/cmake/set_libqi_dependency.cmake index bd32edc..31679dc 100644 --- a/cmake/set_libqi_dependency.cmake +++ b/cmake/set_libqi_dependency.cmake @@ -1,4 +1,4 @@ -overridable_variable(LIBQI_VERSION 2.0.0) +overridable_variable(LIBQI_VERSION 2.1.0) # Our github clone is sometimes late or is missing tags, so we enable # customisation of the URL at configuration time, so users can use another clone.