Skip to content

Commit

Permalink
Merge pull request #401 Fix meson installation from dougnazar/fix_mes…
Browse files Browse the repository at this point in the history
…on_install
  • Loading branch information
SRombauts authored Dec 21, 2022
2 parents 0d2550b + 3a6206c commit ca7e6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ else
dependencies: sqlitecpp_deps,
# override the default options
override_options: sqlitecpp_opts,
# install: true,
install: true,
# API version for SQLiteCpp shared library.
version: '0',)
endif
Expand All @@ -233,7 +233,7 @@ if get_option('SQLITECPP_BUILD_TESTS')
endif

install_subdir(
'include/SQliteCpp',
'include/SQLiteCpp',
install_dir: get_option('includedir'))

sqlitecpp_dep = declare_dependency(
Expand Down

0 comments on commit ca7e6cf

Please sign in to comment.