[ https://issues.apache.org/jira/browse/GEODE-8445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Blake Bender closed GEODE-8445. ------------------------------- > 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 > Fix For: 1.14.0 > > > 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)