Skip to content

Commit

Permalink
Add Boost::mp11 to test/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Mar 22, 2024
1 parent b4b6cac commit 571b48c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if(HAVE_BOOST_TEST)

set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::compat Boost::core Threads::Threads)

boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::compat Boost::core Boost::mp11 Threads::Threads)

endif()

0 comments on commit 571b48c

Please sign in to comment.