cmake: fix boost version dependency
Change-Id: Icec5121440c189ebd8bc26d2366730d332055dbc
This commit is contained in:
@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user