Bug 385890 - CMake error with -DCLAZY_BUILD_UTILS_LIB
Summary: CMake error with -DCLAZY_BUILD_UTILS_LIB
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 06:44 UTC by Richard
Modified: 2017-10-19 17:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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