]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: clarify WITH_CRIMSON help text 66718/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 23 Dec 2025 03:19:12 +0000 (11:19 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 6 Jan 2026 08:37:48 +0000 (16:37 +0800)
commit93822d3c6ba77d82c0c836a854db903cd62f1c51
tree27d98366d4f1fbdbab5f546879bda3b112f18695
parente521913fb68e6bd66b2b324d076da95fee08f42b
cmake: clarify WITH_CRIMSON help text

The help text for WITH_CRIMSON previously read "Build seastar
components", which referenced the underlying C++ framework rather
than the user-facing functionality. This was confusing because users
care about Ceph features, not implementation details.

Change the help text to reference "Crimson" directly and explicitly
state the default value, making the option's purpose clearer to users.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
CMakeLists.txt