]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: support optional argument for overriding default ctag excludes 14379/head
authorKefu Chai <kchai@redhat.com>
Fri, 7 Apr 2017 03:55:10 +0000 (11:55 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 7 Apr 2017 04:06:52 +0000 (12:06 +0800)
commite1991238e7f588b094320aeff2d8af6e007497ab
treeeccc8598e52e6ea2df024a00f502c06a7448ba6b
parent57b45024f605203cdfc0a8125b287b62e2789c23
cmake: support optional argument for overriding default ctag excludes

so instead of excluding all submodules, one can just exclude boost and
rocksdb using:

  cmake -DCTAG_EXCLUDES="boost;rocksdb" ..

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt
cmake/modules/CTags.cmake