cmake: fix boost version dependency

Change-Id: Icec5121440c189ebd8bc26d2366730d332055dbc
This commit is contained in:
Horst Schirmeier
2020-11-23 16:20:16 +01:00
parent bd7cf9c922
commit c422a86bfd

View File

@ -1,5 +1,5 @@
### Add Boost and Threads
find_package(Boost 1.42 COMPONENTS thread coroutine context REQUIRED)
find_package(Boost 1.53 COMPONENTS thread coroutine context REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})