Switched to a new ICX server (Ubuntu 20.04.2 LTS), Identified the following issue. ``` -- Found Git: /usr/bin/git (found version "2.25.1") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found OpenSSL: /usr/local/lib/libcrypto.a (found version "1.1.0g") CMake Error at CMakeLists.txt:29 (message): Intel SGX SDK (version 2.12.100.3) is not found or version not matched.
-- Configuring incomplete, errors occurred! See also "/root/tmp/incubator-teaclave/build/CMakeFiles/CMakeOutput.log". See also "/root/tmp/incubator-teaclave/build/CMakeFiles/CMakeError.log". ``` The SGXSDK has been properly deployed, but cmake cannot find it out. -- 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/issues/544
