Skip to content

Commit

Permalink
Link tests to Boost::bind and Boost::mpl, because optional_test inclu…
Browse files Browse the repository at this point in the history
…des them
  • Loading branch information
pdimov committed Jan 15, 2024
1 parent 88428d3 commit 3d8f717
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_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::mpl)

endif()

0 comments on commit 3d8f717

Please sign in to comment.