Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 65ca9ecd4 -> fa913b417


MINIFI-302 Exclude generated docs from the source tarball via CPack ignore.

This closes #94

Signed-off-by: Tony Kurc <[email protected]>


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/fa913b41
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/fa913b41
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/fa913b41

Branch: refs/heads/master
Commit: fa913b4174e1c874ddb12e4901c48bd86a7f70e4
Parents: 65ca9ec
Author: Aldrin Piri <[email protected]>
Authored: Sun May 7 00:29:54 2017 -0400
Committer: Tony Kurc <[email protected]>
Committed: Sun May 7 17:12:30 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/fa913b41/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30855be..ce12c0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -112,7 +112,7 @@ add_subdirectory(main)
 set(ASSEMBLY_BASE_NAME 
"${CMAKE_PROJECT_NAME}-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
 set(CPACK_SOURCE_GENERATOR "TGZ")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${ASSEMBLY_BASE_NAME}-source")
-set(CPACK_SOURCE_IGNORE_FILES 
"/build/;~$;${CPACK_SOURCE_IGNORE_FILES};${CMAKE_SOURCE_DIR}/.git/;${CMAKE_SOURCE_DIR}/.idea/;${CMAKE_SOURCE_DIR}/cmake-build-debug/")
+set(CPACK_SOURCE_IGNORE_FILES 
"/docs/generated/;/build/;~$;${CPACK_SOURCE_IGNORE_FILES};${CMAKE_SOURCE_DIR}/.git/;${CMAKE_SOURCE_DIR}/.idea/;${CMAKE_SOURCE_DIR}/cmake-build-debug/")
 
 # Generate binary assembly
 install(FILES conf/minifi.properties conf/config.yml

Reply via email to