Hi! I order to solve the warning “clang version too old to be used with SSCP compiler , diabling WITH_SSCP_COMPILER” i used several comands such as:
-DLLVM_DIR=/path/to/llvm/cmake
-DCLANG_EXECUTABLE_PATH=/path/to/clang++
-DCLANG_INCLUDE_PATH=/path/to/clang-includes
But no one is solving this problem, i still build with old compilator in /usr/lib/llvm-11/cmake
What should i do?