[ 
https://issues.apache.org/jira/browse/GEODE-8445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183525#comment-17183525
 ] 

ASF GitHub Bot commented on GEODE-8445:
---------------------------------------

pdxcodemonkey opened a new pull request #640:
URL: https://github.com/apache/geode-native/pull/640


   - dotnet SSL example build was broken, because we no longer use cryptoimpl 
to access SSL
   
   @mreddington @dihardman @karensmolermiller @davebarnes97 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Examples not building after removal of cryptoimpl
> -------------------------------------------------
>
>                 Key: GEODE-8445
>                 URL: https://issues.apache.org/jira/browse/GEODE-8445
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Blake Bender
>            Priority: Major
>
> Building the Geode Native examples is failing in CMake, with the following 
> gripe repeated for each project, for example this from the .net sslputget app:
> {code:java}
> CMake Error at dotnet/sslputget/CMakeLists.txt:44 (add_custom_command):
> 19:52:49  Error evaluating generator expression:
> 19:52:49
> 19:52:49    $<TARGET_FILE:GemFireNative::crypto>
> 19:52:49
> 19:52:49  No target "GemFireNative::crypto" {code}
> We just need to remove this dependency in the various CMakeLists.txt files, 
> because it no longer exists - all SSL code is now in the Geode Native library 
> proper.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to