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)