This is an automated email from the ASF dual-hosted git repository.
jbarrett 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 bf07ea7 GEODE-4799: Removed test projects from install (#264)
bf07ea7 is described below
commit bf07ea73938dd85bdbbec883647563bc9fc69654
Author: Ryan McMahon <[email protected]>
AuthorDate: Thu Apr 5 10:28:27 2018 -0700
GEODE-4799: Removed test projects from install (#264)
---
clicache/integration-test2/CMakeLists.txt | 4 ----
clicache/test2/CMakeLists.txt | 4 ----
2 files changed, 8 deletions(-)
diff --git a/clicache/integration-test2/CMakeLists.txt
b/clicache/integration-test2/CMakeLists.txt
index 959daa1..6716dd0 100644
--- a/clicache/integration-test2/CMakeLists.txt
+++ b/clicache/integration-test2/CMakeLists.txt
@@ -66,7 +66,3 @@ if(NOT "${STRONG_NAME_KEY}" STREQUAL "")
endif()
add_dependencies(${PROJECT_NAME} nuget-restore)
-
-install(TARGETS ${PROJECT_NAME}
- RUNTIME DESTINATION bin
-)
diff --git a/clicache/test2/CMakeLists.txt b/clicache/test2/CMakeLists.txt
index c2c3c12..715fcd0 100644
--- a/clicache/test2/CMakeLists.txt
+++ b/clicache/test2/CMakeLists.txt
@@ -56,7 +56,3 @@ if(NOT "${STRONG_NAME_KEY}" STREQUAL "")
endif()
add_dependencies(${PROJECT_NAME} nuget-restore)
-
-install(TARGETS ${PROJECT_NAME}
- RUNTIME DESTINATION bin
-)
--
To stop receiving notification emails like this one, please contact
[email protected].