Skip to content

Commit e2c8d8f

Browse files
committed
meson: remove cmake config target generation
this pulls in an extra dependency on the cmake binary, CMake users can use the PkgConfig module instead.
1 parent 050238c commit e2c8d8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

meson.build

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,3 @@ pkgconfig.generate(
4444
pystring_lib,
4545
description: 'C++ functions matching the interface and behavior of python string methods with std::string',
4646
)
47-
cmake = import('cmake')
48-
cmake.write_basic_package_version_file(
49-
name: 'pystring',
50-
version: meson.project_version(),
51-
)

0 commit comments

Comments
 (0)