Thanks for your contribution. The `INTEL_SGX_SDK_FOUND` variable is set by checking if the `libsgx_urts` library is installed. Instead of simply deleting this check, can you find out the root cause of not compiling on Ubuntu 20.04.2? Thanks.
``` pkg_check_modules(INTEL_SGX_SDK QUIET libsgx_urts=2.9.101.2) if(NOT INTEL_SGX_SDK_FOUND) message(FATAL_ERROR "Intel SGX SDK (version 2.9.1) is not found or version not matched.") endif() ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/489#issuecomment-787537243