← Back to team overview

desktop-packages team mailing list archive

[Bug 1493329] Re: LLVM_CMAKE_DIR is wrongly defined

 

This is now fixed in xenial

** Changed in: llvm-toolchain-3.6 (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to llvm-toolchain-3.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1493329

Title:
  LLVM_CMAKE_DIR is wrongly defined

Status in llvm-toolchain-3.6 package in Ubuntu:
  Fix Released

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.6/+bug/1493329/+subscriptions


References