Skip to content

Commit

Permalink
Link tests to Boost::endian
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 2, 2024
1 parent 413eea3 commit 40093c3
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 @@ -7,6 +7,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
if(HAVE_BOOST_TEST)

boost_test_jamfile(FILE Jamfile
LINK_LIBRARIES Boost::hash2 Boost::core Boost::array Boost::unordered Boost::utility)
LINK_LIBRARIES Boost::hash2 Boost::core Boost::array Boost::unordered Boost::utility Boost::endian)

endif()

0 comments on commit 40093c3

Please sign in to comment.