mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:06:06 +00:00
Fix: CMake Error at cmake/modules/LLVMExternalProjectUtils.cmake:86 (is_msvc_triple) (#80071)
Adding quotes around the `${target_triple}` Fix: #78530
This commit is contained in:
parent
1bab570e9b
commit
c651b2b0d9
@ -83,7 +83,7 @@ function(llvm_ExternalProject_Add name source_dir)
|
||||
set(target_triple ${ARG_TARGET_TRIPLE})
|
||||
endif()
|
||||
|
||||
is_msvc_triple(is_msvc_target ${target_triple})
|
||||
is_msvc_triple(is_msvc_target "${target_triple}")
|
||||
|
||||
if(NOT ARG_TOOLCHAIN_TOOLS)
|
||||
set(ARG_TOOLCHAIN_TOOLS clang)
|
||||
|
Loading…
x
Reference in New Issue
Block a user