Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit aef38da

Browse files
authored
Boost: require 1.59+ (#846)
Based on the new solver unit test requirements.
1 parent 96b8298 commit aef38da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ endif()
2222
set(CMAKE_BUILD_RPATH ${CMAKE_BINARY_DIR}/bin/${CMAKE_HOST_SYSTEM_PROCESSOR})
2323

2424
set(Boost_NO_BOOST_CMAKE TRUE)
25-
find_package(Boost 1.41.0 QUIET COMPONENTS filesystem system atomic unit_test_framework)
25+
# Minimum set by needing the multi-argument version of BOOST_AUTO_TEST_CASE.
26+
find_package(Boost 1.59 QUIET COMPONENTS filesystem system atomic unit_test_framework)
2627

2728
if(Boost_FOUND)
2829
if(CORENRN_ENABLE_UNIT_TESTS)

0 commit comments

Comments
 (0)