I get following CMake error when configuring with -DCLAZY_BUILD_UTILS_LIB=true CMake Error at CMakeLists.txt:153 (link_to_llvm): link_to_llvm Macro invoked with incorrect arguments for macro named: link_to_llvm I'm using CMake 3.8.2
Also make install does not work, when this option is set.
commit 5b8add822491e9d8ec3ee2cf3e00335296dfee1a (HEAD -> 1.2, origin/1.2) Author: Richard Oehlinger <r.oehlinger@avibit.com> Date: Thu Oct 19 17:50:39 2017 +0200 Fix make install.
Make install worked for me because I was using in-source build. Maybe CI would be a good idea. Thanks for fixing