]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src: add a new cmake flag WITH_PYPKG
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 15 Apr 2026 18:09:28 +0000 (14:09 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 6 May 2026 13:32:25 +0000 (09:32 -0400)
This flag will allow builds to opt-in to using the new python packaging
support in subtrees in ceph that add support for it.

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

index 4cc9f4a726ce5f2bd48632c75b7616883d209502..e843721610fad05a3bf6aabd9c217dbeebf38745 100644 (file)
@@ -789,6 +789,7 @@ if(NOT CEPH_BUILD_VIRTUALENV)
 endif()
 
 option(WITH_CEPHADM "Flag to determine if cephadm should be built" ON)
+option(WITH_PYPKG "Build using PEP517 & PEP518 packaging when possible" OFF)
 
 if(NOT WIN32)
 add_subdirectory(pybind)