mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-31 05:07:19 +02:00
Change LIBRARIES to LINK_LIBRARIES
This commit is contained in:
@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
|||||||
|
|
||||||
if(HAVE_BOOST_TEST)
|
if(HAVE_BOOST_TEST)
|
||||||
|
|
||||||
boost_test_jamfile(FILE Jamfile.v2 LIBRARIES Boost::static_assert Boost::type_traits)
|
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::static_assert Boost::type_traits)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
|||||||
|
|
||||||
if(HAVE_BOOST_TEST)
|
if(HAVE_BOOST_TEST)
|
||||||
|
|
||||||
boost_test_jamfile(FILE Jamfile.v2 LIBRARIES Boost::static_assert)
|
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::static_assert)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user