mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Removed version limit from Boost dependency.
This commit is contained in:
parent
d98df8b761
commit
0d517cdb61
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ endif()
|
|||
message(STATUS "Configuring telebotxx-test")
|
||||
|
||||
add_definitions(-DBOOST_TEST_DYN_LINK)
|
||||
find_package(Boost 1.54 REQUIRED COMPONENTS unit_test_framework system)
|
||||
find_package(Boost REQUIRED COMPONENTS unit_test_framework system)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
# Add required gcc flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue