Host Environment
- OS: Windows
- Compiler: MSVC 19.25.28614
To Reproduce
Steps to reproduce the behavior:
./vcpkg install llvm[core,tools,utils,target-x86]:x64-windows
Failure logs
CMake Error at scripts/cmake/vcpkg_fixup_cmake_targets.cmake:116 (message):
'E:/Tools/vcpkg/packages/llvm_x64-windows/debug/share/clang' does not
exist.
stdout-x64-windows.log
Additional context
Fails when building without clang feature. Likely cause:
|
"${CURRENT_PACKAGES_DIR}/share/clang/*-release.cmake" |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install llvm[core,tools,utils,target-x86]:x64-windowsFailure logs
stdout-x64-windows.log
Additional context
Fails when building without
clangfeature. Likely cause:vcpkg/ports/llvm/portfile.cmake
Line 169 in cfc0599