Make use-* aliases for new with-* build options

The 'use-*' variants will be marked as deprecated in a future version.
This commit is contained in:
Robbert van der Helm
2020-06-08 15:59:28 +02:00
parent 9385360331
commit c4842ccda6
7 changed files with 47 additions and 23 deletions
+3
View File
@@ -12,6 +12,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- When building from source, only statically link Boost when the
`with-static-boost` option is enabled.
- The `use-bitbridge` and `use-winedbg` options have been replaced by
`with-bitbridge` and `with-winedbg` for consistency's sake. The old options
will be marked as deprecated in the next minor release.
### Fixed