From: John Spray Date: Tue, 8 May 2018 13:22:35 +0000 (+0100) Subject: cmake: do not install `hello` demo module X-Git-Tag: v14.0.0~169^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8315572cdeacda2c8ea0ac2b0e23c2ee0dc3c069;p=ceph.git cmake: do not install `hello` demo module Signed-off-by: John Spray --- diff --git a/src/pybind/CMakeLists.txt b/src/pybind/CMakeLists.txt index c996cd9402a..f2394aa0b11 100644 --- a/src/pybind/CMakeLists.txt +++ b/src/pybind/CMakeLists.txt @@ -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)