mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +00:00
[CMake] Fix typo "Wraning" (NFC)
Summary: The typo was added in https://reviews.llvm.org/rL247151. It should be "warning", not "wraning". llvm-svn: 314486
This commit is contained in:
parent
44300c3e52
commit
b3a2f3e82d
@ -795,7 +795,7 @@ if(LLVM_USE_HOST_TOOLS)
|
||||
include(CrossCompile)
|
||||
endif(LLVM_USE_HOST_TOOLS)
|
||||
if(LLVM_TARGET_IS_CROSSCOMPILE_HOST)
|
||||
# Dummy use to avoid CMake Wraning: Manually-specified variables were not used
|
||||
# Dummy use to avoid CMake Warning: Manually-specified variables were not used
|
||||
# (this is a variable that CrossCompile sets on recursive invocations)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user