inclavare-containers / rats-tls

RATS architecture based TLS using librats
29 stars 32 forks source link

cmake: remove unused code in SGXCommon.cmake #167

Closed imlk0 closed 1 year ago

imlk0 commented 1 year ago

The use of add_trusted_library is a bit confusing. After comparing SGXCommon.cmake to the upstream code I think the TRUSTED_LIBS parameter of add_trusted_library is meaningless, so I removed it.