link boost statically

This commit is contained in:
Martin Brodbeck 2018-07-18 15:04:18 +02:00
parent 33f24ab7be
commit e038d82cfc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost 1.62 COMPONENTS date_time REQUIRED)
find_package(SQLite3 REQUIRED)