This is an automated email from the ASF dual-hosted git repository.

igodwin 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 6a84448  GEODE-6469: Don't install cryptoimpl.lib on Windows. (#450)
6a84448 is described below

commit 6a844487cc6257be59b939474635f29bf5c38970
Author: Michael Martell <[email protected]>
AuthorDate: Thu Feb 28 15:03:28 2019 -0800

    GEODE-6469: Don't install cryptoimpl.lib on Windows. (#450)
---
 cryptoimpl/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cryptoimpl/CMakeLists.txt b/cryptoimpl/CMakeLists.txt
index 0c8a445..3ae1575 100644
--- a/cryptoimpl/CMakeLists.txt
+++ b/cryptoimpl/CMakeLists.txt
@@ -50,8 +50,7 @@ add_clangformat(cryptoImpl)
 
 if ("Windows" STREQUAL ${CMAKE_SYSTEM_NAME} )
   install(TARGETS cryptoImpl
-    RUNTIME DESTINATION bin
-    ARCHIVE DESTINATION lib)
+    RUNTIME DESTINATION bin)
 else()
   install (TARGETS cryptoImpl DESTINATION lib)
 endif()

Reply via email to