<div dir="ltr"><div>Hi,<br><br></div>I noticed that in tools/clang/CMakeLists.txt CLANG_ORDER_FILE was added, but it was defined with the cmake function 'option', which makes the variable a BOOL, which is wrong. I noticed it when I got: 'error: cannot open ON: No such file or directory' when linking clang executable. This happened because I accidentally checked the 'option' CLANG_ORDER_FILE with cmake-gui. Since it is a filename, it should be defined as a STRING with 'set'. The attached patch should fix this.<br clear="all">
<div><div><div><div><div><br></div><div>Regards,<br></div><div>Edward-san<br></div><div>-- <br>Mathematics is the language with which God has written the universe. (Galilei)
</div></div></div></div></div></div>