Skip to content

Commit

Permalink
Fix: use c++11 in meson.build #76. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzamecnik authored Apr 21, 2023
1 parent 92c66ac commit 2438336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ project(
version: '0.4.0',
license: 'GNU General Public License v2 (GPLv2)',
# license_files: 'LICENSE.txt',
meson_version: '>=1.0.0'
meson_version: '>=1.0.0',
default_options : ['cpp_std=c++11']
)

poppler_dep = dependency('poppler-cpp', version: '>=0.26.0')
Expand Down

0 comments on commit 2438336

Please sign in to comment.