You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried both the LLVM 13 and 12 installers (win64 versions) available on github on the Releases page -- both seem to be missing LLVMConfig.cmake, which causes cmake to error with
CMake Error at CMakeLists.txt:9 (find_package):
Could not find a package configuration file provided by "LLVM" with any of
the following names:
LLVMConfig.cmake
llvm-config.cmake
I can see this file in the source distribution, so it seems to be just missing in the installer.
kleinesfilmroellchen, joshuafc, emillaine and aminyaluoyu-intel