Skip to content

Commit b21cfd7

Browse files
authored
Set default value for deprecated option 'compile_library' (#296)
1 parent 1c8b746 commit b21cfd7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ UTF-8 decoding is performed using a state machine based on Bjoern Hoehrmann's '[
314314
- **[@whiterabbit963](https://github.com/whiterabbit963)** - Fixed a bug with value_or conversions
315315
- **[@ximion](https://github.com/ximion)** - Added support for installation with meson
316316
- **[@rafal-c](https://github.com/rafal-c)** - Added a formatting flag
317+
- **[@jfsimoneau](https://github.com/jfsimoneau)** - Fixed a meson option
317318
<br>
318319

319320
## Contact

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ option('unreleased_features', type: 'boolean', value: false, description: 'Enabl
1111
option('generate_cmake_config', type: 'boolean', value: true, description: 'Generate a cmake package config file (default: true - no effect when included as a subproject)')
1212
option('use_vendored_libs', type: 'boolean', value: true, description: 'Use the libs from the vendor dir when building tests.')
1313

14-
option('compile_library', type: 'boolean', deprecated: true)
14+
option('compile_library', type: 'boolean', value: false, deprecated: 'build_lib')
1515
option('float16', type: 'boolean', deprecated: true)

0 commit comments

Comments
 (0)