From: John Mulligan Date: Wed, 15 Apr 2026 18:09:28 +0000 (-0400) Subject: src: add a new cmake flag WITH_PYPKG X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c81fc975f715cb2d45d0433b2d56b7f523a5581e;p=ceph.git src: add a new cmake flag WITH_PYPKG 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 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4cc9f4a726ce..e843721610fa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)