]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: skip boost dependency on ALIAS executable targets 55638/head
authorSeena Fallah <seenafallah@gmail.com>
Mon, 19 Feb 2024 09:39:24 +0000 (10:39 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 19 Nov 2025 21:11:08 +0000 (22:11 +0100)
commit4468c4ef004a5d812a91d1e13a514b3c3cc1dffd
tree1e5e5332efa3663b3618e12ff4ae162407c59adf
parentd566702a5ad9617e34de2ba5fae3e9dc1d58731b
cmake: skip boost dependency on ALIAS executable targets

The current add_executable override in Boost does not support alias
targets. Although Ceph currently has no alias targets that are
affected by this limitation, addressing this issue now will benefit
future developments and personal projects.
This change enhances the robustness of the override logic, ensuring
compatibility with alias targets moving forward.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
cmake/modules/BuildBoost.cmake