]> git.proxmox.com Git - ceph.git/blobdiff - ceph/cmake/modules/CTags.cmake
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / cmake / modules / CTags.cmake
index 55b2288831165a84c79930678880afda86dab4a1..c3e1b3799b02451e07ac8198c56808d442bb2814 100644 (file)
@@ -31,7 +31,7 @@ function(add_tags name)
     list(APPEND exclude_args --exclude=${exclude})
   endforeach()
   add_custom_target(${name}
-    COMMAND ${CTAGS_EXECUTABLE} -R --c++-kinds=+p --fields=+iaS --extra=+q ${exclude_args}
+    COMMAND ${CTAGS_EXECUTABLE} -R --python-kinds=-i --c++-kinds=+p --fields=+iaS --extra=+q ${exclude_args}
     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/${TAGS_SRC_DIR}
     COMMENT "Building ctags file ${TAGS_TAG_FILE}"
     VERBATIM)