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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user