Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored and jeking3 committed Nov 30, 2024
1 parent 5a4f78a commit c21e49b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions example/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import testing ;

project : requirements <library>/boost/property_map//boost_property_map ;

test-suite "property_map-examples"
: [ run compose_property_map_example.cpp ]
[ run example1.cpp ]
Expand Down
7 changes: 4 additions & 3 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# Author: Douglas Gregor
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

# For more information, see http://www.boost.org/

Expand All @@ -15,6 +15,7 @@ import os ;
project
: requirements
<target-os>cygwin:<define>_POSIX_C_SOURCE=201112L
<library>/boost/property_map//boost_property_map
;

test-suite property_map
Expand Down

0 comments on commit c21e49b

Please sign in to comment.