]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
python-common: update CMakeLists.txt to optionally use new packaging
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 13 Apr 2026 21:24:39 +0000 (17:24 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 6 May 2026 13:33:19 +0000 (09:33 -0400)
commit5f270a9f6ff1daf5be41f9eef03d513aca12112c
tree74a5f97c44a75ca4147c1164755dff70a6675cfb
parentc81fc975f715cb2d45d0433b2d56b7f523a5581e
python-common: update CMakeLists.txt to optionally use new packaging

Add support for invoking the new pep517 based packaging mode added
in a previous commit. Because this approach will not work on older
distros and there seems to be spotty support for the new packging
form on debian/ubuntu (when nested within a additional layer like
CMake) I am choosing not to enable the new stuff by default.

View with `git diff -w`

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/CMakeLists.txt