Push boost version.

This commit is contained in:
Martin Brodbeck 2023-05-02 11:07:15 +02:00
parent d9b13d0e1a
commit 8a94b53379
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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)