mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
Fix test/Jamfile project requirements
This commit is contained in:
@ -10,6 +10,9 @@ import config : requires ;
|
||||
project
|
||||
: requirements
|
||||
|
||||
<library>/boost/array//boost_array
|
||||
<library>/boost/core//boost_core
|
||||
|
||||
<warnings>extra
|
||||
|
||||
<toolset>msvc:<warnings-as-errors>on
|
||||
@ -41,8 +44,6 @@ project
|
||||
|
||||
#
|
||||
|
||||
project : requirements <library>/boost/array//boost_array ;
|
||||
|
||||
run array0.cpp ;
|
||||
run array1.cpp ;
|
||||
run array2.cpp ;
|
||||
|
Reference in New Issue
Block a user