You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2020/08/21 15:33:00 UTC

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

Blake Bender created GEODE-8445:
-----------------------------------

             Summary: 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


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)