Currently, I can not build medusa out of the box due to CMake being stuck on LLVM_ROOT not being defined when building compil.
When LLVM_ROOT is defined when invoking cmake (... -DLLVM_ROOT=/usr/lib/llvm-3.9) its definition is not passed on to the cmake build for compil, and furthermore it appears to have been ignored by cmake, since it's not in CMakeCache.txt.
Currently, I can not build medusa out of the box due to CMake being stuck on LLVM_ROOT not being defined when building
compil.When
LLVM_ROOTis defined when invoking cmake (... -DLLVM_ROOT=/usr/lib/llvm-3.9) its definition is not passed on to the cmake build for compil, and furthermore it appears to have been ignored by cmake, since it's not in CMakeCache.txt.