CMake Error at CMakeLists.txt:49 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "9.0".
The following configuration files were considered but not accepted:
/Users/mymac/Desktop/llvm/lib/cmake/llvm/LLVMConfig.cmake, version: 10.0.0
/Users/mymac/Desktop/llvm/lib/cmake/llvm/llvm-config.cmake, version: unknown
-- Configuring incomplete, errors occurred!
See also "/Users/mymac/Desktop/delta-master/build/CMakeFiles/CMakeOutput.log".
@Coolnesss @emlai
I installed everything and llvm from releases to
/Desktop/mymac/llvm
and cmake returns this:OS: macOS x86_64
What should I do to fix this?