Skip to content

Commit bef6988

Browse files
committed
Remove redundant information
1 parent 014c157 commit bef6988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ endif
155155
pkgconfig = import('pkgconfig')
156156

157157
pkgconfig.generate(
158-
version: '0.2.0',
159-
name: 'OpenPIV-cxx',
160-
description: 'Open-source Particle Image Velocimetry in c++',
161-
libraries: [openpiv_lib]
158+
name: meson.project_name(),
159+
version: meson.project_version(),
160+
description: 'Open-source Particle Image Velocimetry in c++',
161+
libraries: [openpiv_lib]
162162
)

0 commit comments

Comments
 (0)