You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/24 18:24:01 UTC

[jira] [Updated] (GEODE-8445) Examples not building after removal of cryptoimpl

     [ https://issues.apache.org/jira/browse/GEODE-8445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-8445:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> 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)