]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not install `hello` demo module 21886/head
authorJohn Spray <john.spray@redhat.com>
Tue, 8 May 2018 13:22:35 +0000 (14:22 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 8 May 2018 14:41:26 +0000 (15:41 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/CMakeLists.txt

index c996cd9402ad512fc840c91ee2703e106e900db6..f2394aa0b11ca2e5f250bca6af67e20d326e014d 100644 (file)
@@ -72,6 +72,7 @@ if(WITH_MGR)
   install(DIRECTORY
     ${CMAKE_CURRENT_SOURCE_DIR}/mgr
     DESTINATION ${CMAKE_INSTALL_PKGLIBDIR}
-    REGEX ".*/\\.gitignore" EXCLUDE)
+    REGEX ".*/\\.gitignore" EXCLUDE
+    REGEX ".*/hello/.*" EXCLUDE)
   add_subdirectory(mgr)
 endif(WITH_MGR)