LLVM_CMAKE_DIR is wrongly defined

Bug #1493329 reported by Albert Astals Cid
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
llvm-toolchain-3.6 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

In
  /usr/share/llvm-3.6/cmake/LLVMConfig.cmake
we have
  set(LLVM_CMAKE_DIR "/usr/lib/llvm-3.6/share/llvm/cmake")
but it should be
  set(LLVM_CMAKE_DIR "/usr/share/llvm-3.6/cmake")
since its where
  /usr/share/llvm-3.6/cmake/LLVM-Config.cmake
lives and also
  /usr/lib/llvm-3.6/share/llvm/cmake
doesn't even exist

Revision history for this message
Albert Astals Cid (aacid) wrote :

This is now fixed in xenial

Changed in llvm-toolchain-3.6 (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.