Hi All,
When i set USE_CPP_RPC ON, i cannot build TVM, it output log as below:
"-- Found TVM_LLVM_VERSION=120 – Build with LLVM – Set TVM_LLVM_VERSION=120 – Build with contrib.random – Build with contrib.sort – Build with contrib.hybriddump – Git found: /usr/bin/git – Found TVM_GIT_COMMIT_HASH=c58683445000145a3b97322bfdd5d6d2487ef3c5 – Building with libbacktrace… CMake Error at apps/cpp_rpc/CMakeLists.txt:1 (cmake_policy): Policy “CMP0069” is not known to this version of CMake. CMake Error at apps/cpp_rpc/CMakeLists.txt:17 (include): include could not find load file: CheckIPOSupported CMake Error at apps/cpp_rpc/CMakeLists.txt:18 (check_ipo_supported): Unknown CMake command “check_ipo_supported”. – Configuring incomplete, errors occurred! " I dont have any idea to fix with this log. Can anyone help me?