]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
CMakeLists: Use target_compile_options for seastar
authorMatan Breizman <mbreizma@redhat.com>
Mon, 30 Jun 2025 09:11:03 +0000 (09:11 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 3 Jul 2025 08:02:06 +0000 (08:02 +0000)
commitd9314c53447409cc50fcf08561e4714552c24c79
tree90ab754d43274be4013c6639328f77127fae9009
parent6c1f4c646cf41c418eb9442d4f5a2772f71e310e
CMakeLists: Use target_compile_options for seastar

Now that target_compile_options is used to set no-non-virtual-dtor,
Move all the other CXX_FLAGS to CMake's compile_options.

Added status message of the flags set now that they are no longer stored
in a global variable and are as easily accessible.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/CMakeLists.txt