Skip to content

Commit

Permalink
Link tests to Boost::tuple, because optional_test_tie uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 15, 2024
1 parent 3d8f717 commit 85e50fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)

if(HAVE_BOOST_TEST)

boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::mpl)
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::mpl Boost::tuple)

endif()

0 comments on commit 85e50fe

Please sign in to comment.