]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: use the same name for macros and cmake variables
authorKefu Chai <kchai@redhat.com>
Sun, 11 Apr 2021 04:54:18 +0000 (12:54 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 13 Apr 2021 01:13:46 +0000 (09:13 +0800)
commit3bee4b02611459b9ae949cebf5967e4d83ef55de
tree546f3b6e05183f87c24c6e01805f8ec3ab85a04d
parentbed1b32974fa76044c66162a671e023c966bc73c
cmake: use the same name for macros and cmake variables

for two reasons,

* consolidate the namings
* pave the road to yamlize options where we will use cmake variables
  to substitude the @<variable-name>@ in .in files instead of relying
  on C/C++ macros

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/CMakeLists.txt
src/common/options.cc
src/crimson/CMakeLists.txt
src/pybind/mgr/CMakeLists.txt