Bug 385890

Summary: CMake error with -DCLAZY_BUILD_UTILS_LIB
Product: [Developer tools] clazy Reporter: Richard <richard.oehlinger>
Component: generalAssignee: Sergio Martins <smartins>
Status: RESOLVED FIXED    
Severity: normal CC: smartins
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Richard 2017-10-18 06:44:52 UTC
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
Comment 1 Richard 2017-10-18 09:34:41 UTC
Also make install does not work, when this option is set.
Comment 2 Sergio Martins 2017-10-19 17:20:07 UTC
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.
Comment 3 Sergio Martins 2017-10-19 17:20:53 UTC
Make install worked for me because I was using in-source build.
Maybe CI would be a good idea.

Thanks for fixing