Skip to content
Snippets Groups Projects

Update libraries

Merged Andreas Kunz requested to merge andreas.kunz/meta-ost:main into main
9 files
+ 11
115
Compare changes
  • Side-by-side
  • Inline
Files
9
From 54d96cf26b5260639cd54af67180111886522195 Mon Sep 17 00:00:00 2001
From: Moritz Lammerich <moritz.lammerich@ost.ch>
Date: Mon, 19 Apr 2021 13:05:16 +0000
Subject: [PATCH] update EEROS version
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f8297b8..e9777f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ project(bbblue-eeros)
set(CMAKE_CXX_STANDARD 14)
-set(RECOMMENDED_EEROS_VERSION 1.2.0.0)
+set(RECOMMENDED_EEROS_VERSION 1.2.0.3)
if(CMAKE_BUILD_TYPE MATCHES "Debug|DEBUG")
Loading