Skip to content

Commit

Permalink
Provide a top level directory for binary packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
apiri committed Nov 29, 2016
1 parent f14f200 commit bd96350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit bd96350

Please sign in to comment.