]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: exclude CMakeFiles.txt files from being installed
authorJason Dillaman <dillaman@redhat.com>
Thu, 17 Jan 2019 20:57:29 +0000 (15:57 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 25 Jan 2019 05:04:10 +0000 (00:04 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/pybind/CMakeLists.txt

index f283f651807b697f93acb3d2c9e612982a47cf16..f860f80739d180e81b579f61ca504d879d05570d 100644 (file)
@@ -102,6 +102,7 @@ if(WITH_MGR)
   install(DIRECTORY
     ${CMAKE_CURRENT_SOURCE_DIR}/mgr
     DESTINATION ${CMAKE_INSTALL_PKGLIBDIR}
+    REGEX ".*/CMakeLists.txt" EXCLUDE
     REGEX ".*/\\.gitignore" EXCLUDE
     REGEX ".*/hello/.*" EXCLUDE)
   add_subdirectory(mgr)