Skip to content

Commit

Permalink
Remove deprecated boost_package from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 18, 2023
1 parent 3ccf094 commit ccacf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ by passing them in the *packages* argument:

```python
ogg = package('ogg', kind='static')
prog_opts = boost_package('program_options', version='>=1.55')
prog_opts = package('boost', 'program_options', version='>=1.55')

executable('program', files=['main.cpp'], packages=[ogg, prog_opts])
```
Expand Down

0 comments on commit ccacf02

Please sign in to comment.