This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 69fe12e GEODE-6114: Fix cpack break in examples (#422)
69fe12e is described below
commit 69fe12e064661bdca7b60f860b8f9d7544965be1
Author: Blake Bender <[email protected]>
AuthorDate: Fri Dec 14 08:00:57 2018 -0800
GEODE-6114: Fix cpack break in examples (#422)
- a .md file was deleted from the repo, but not removed from the install
list
---
examples/dotnet/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/examples/dotnet/CMakeLists.txt b/examples/dotnet/CMakeLists.txt
index e50ff75..edc94e5 100644
--- a/examples/dotnet/CMakeLists.txt
+++ b/examples/dotnet/CMakeLists.txt
@@ -21,7 +21,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt.in
${CMAKE_CURRENT_BIN
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt
- BUILD-DOTNET-EXAMPLES.md
DESTINATION examples/dotnet)
function(add_example)