From 57da21312638e04f1234e04030d5e094ae934cce Mon Sep 17 00:00:00 2001 From: claashk Date: Sun, 7 Dec 2025 17:55:08 +0100 Subject: [PATCH 1/2] Updated minimum required CMake version of gtest to 3.5 --- gtest/CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtest/CMakeLists.txt.in b/gtest/CMakeLists.txt.in index 125356c0..fc65e225 100644 --- a/gtest/CMakeLists.txt.in +++ b/gtest/CMakeLists.txt.in @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.2) +cmake_minimum_required(VERSION 3.5) project(gtest-download NONE) From d51cc3d144452dc42cb908d1699ba74b190334ef Mon Sep 17 00:00:00 2001 From: r00t Date: Thu, 9 Nov 2023 20:10:33 +0100 Subject: [PATCH 2/2] [README.md] fix example docker container invocation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 861326aa..fb814b67 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can also build a docker image: Note, that this will use the newest vzlogger from volkszaehler github (not your local clone). You can start it: - docker run --restart=always -v /home/pi/projects/vzlogger-docker:/cfg \ + docker run --restart=always -v /home/pi/projects/vzlogger-docker:/etc \ --device=/dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_D30A9U5N-if00-port0 \ --name vzlogger -d vzlogger