Skip to content

Commit

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

import testing ;

project : requirements <library>/boost/safe_numerics//boost_safe_numerics ;

run example1.cpp ;
run example2.cpp ;
run example3.cpp ;
Expand Down
1 change: 1 addition & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import-search /boost/config/checks ;
import config : requires ;
project
: requirements
<library>/boost/safe_numerics//boost_safe_numerics
[ requires cxx14_constexpr ]
# toolset optimizations
<c++-template-depth>256
Expand Down

0 comments on commit dc8e70a

Please # to comment.