2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-17 13:42:17 +00:00

Merge pull request #608 from haahh/pr_remove_deprecated_macros

Remove deprecated macros
This commit is contained in:
Kyle Lutz
2016-05-03 19:33:53 -07:00
6 changed files with 11 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ endif()
if(BOOST_COMPONENTS)
list(REMOVE_DUPLICATES BOOST_COMPONENTS)
endif()
find_package(Boost 1.48 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
find_package(Boost 1.54 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
if(NOT MSVC)
add_definitions(-DBOOST_TEST_DYN_LINK)