cling
cling copied to clipboard
'cmakeDir' is not defined
while Compiling Cpt.py in windows, I am getting the following error.
File "cpt.py", line 2308, im
cmakeDir is not declared in cpt.py
when i tried to build using cmaketext.txt, i am facing
CMake Error at CMakeLists.txt:42 (message): llvm-config not found -- LLVM_CONFIG-NOTFOUND
Could you please help to build cling project.
editing the python script to add cmakeDir = TMP_PREFIX + "\bin\cmake" worked for me