Re: [CMake] Question about find_package

2019-03-16 Thread workbe...@gmx.at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862328 On 16.03.19 13:34, workbe...@gmx.at wrote: > > The ClangConfig.cmake file is in /usr/share/llvm4.0/cmake ... > > On 16.03.19 13:11, workbe...@gmx.at wrote: >> Hi everyone, >> >> i'm on debian strech and there is a package called clang-4.0 th

Re: [CMake] Question about find_package

2019-03-16 Thread workbe...@gmx.at
The ClangConfig.cmake file is in /usr/share/llvm4.0/cmake ... On 16.03.19 13:11, workbe...@gmx.at wrote: > Hi everyone, > > i'm on debian strech and there is a package called clang-4.0 that > contains a ClangConfig.cmake in the > > path /usr/local/llvm/cmake but find_package(Clang 4.0 REQUIRED) is

[CMake] Question about find_package

2019-03-16 Thread workbe...@gmx.at
Hi everyone, i'm on debian strech and there is a package called clang-4.0 that contains a ClangConfig.cmake in the path /usr/local/llvm/cmake but find_package(Clang 4.0 REQUIRED) is not able to find it.. it worked the day before.. i don't know what i'm doing wrong here. best regards! pEpkey.