From: Richard Levitte Date: Tue, 17 Aug 2021 20:35:09 +0000 (+0200) Subject: Reduce the repeated library dependence information X-Git-Tag: v3.0.0~11 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=7ca9b827135b90cfc2567058b56325a518a3d57a;hp=7ca9b827135b90cfc2567058b56325a518a3d57a;p=openssl-gost%2Fengine.git Reduce the repeated library dependence information Cmake is generally good at tracking specified dependencies between libraries. All that we need to do is to establish a dependency on OpenSSL's libcrypto for 'gost_core', and then we can reduce the amount of repeated dependencies for everything that links against 'gost_core'. ---