You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/11/29 16:10:36 UTC

nifi-minifi-cpp git commit: Provide a top level directory for binary packages.

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master f14f20064 -> bd9635035


Provide a top level directory for binary packages.


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/bd963503
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/bd963503
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/bd963503

Branch: refs/heads/master
Commit: bd963503586aeb9b24b4ad5a96da9a1a6818a186
Parents: f14f200
Author: Aldrin Piri <al...@apache.org>
Authored: Tue Nov 29 11:09:26 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Nov 29 11:09:31 2016 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/bd963503/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d99a8d9..162250e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,6 +76,7 @@ install(FILES LICENSE README.md NOTICE
         COMPONENT bin)
 
 set(CPACK_GENERATOR "TGZ")
+set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY 1)
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Apache NiFi MiNiFi C++ version ${VERSION}")
 set(CPACK_PACKAGE_VENDOR "Apache NiFi")
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")