From 8a94b53379745f84e69bd8c4f7d92634fa4eccc4 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 2 May 2023 11:07:15 +0200 Subject: [PATCH] Push boost version. --- src/core/CMakeLists.txt | 2 +- src/printer/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 40836cf..46e4e25 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,6 +1,6 @@ set(Boost_USE_STATIC_LIBS ON) -find_package(Boost 1.62 REQUIRED) +find_package(Boost 1.80 REQUIRED) find_package(SQLite3 REQUIRED) # Because csv-parser needs threads: diff --git a/src/printer/CMakeLists.txt b/src/printer/CMakeLists.txt index 9dfaa3e..f7d6964 100644 --- a/src/printer/CMakeLists.txt +++ b/src/printer/CMakeLists.txt @@ -1,6 +1,6 @@ set(Boost_USE_STATIC_LIBS ON) -find_package(Boost 1.62 REQUIRED) +find_package(Boost 1.80 REQUIRED) if(WIN32) find_package(LIBUSB REQUIRED)