mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
[CMake] Correct CMake message mode
Summary: This wasn't actually printing out a CMake warning, it was prepending "WARN" to the message. Reviewers: zturner Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59432 llvm-svn: 356297
This commit is contained in:
parent
2495f4a48f
commit
111f016973
@ -1311,7 +1311,7 @@ function(get_llvm_lit_path base_dir file_name)
|
||||
set(${base_dir} ${LIT_BASE_DIR} PARENT_SCOPE)
|
||||
return()
|
||||
else()
|
||||
message(WARN "LLVM_EXTERNAL_LIT set to ${LLVM_EXTERNAL_LIT}, but the path does not exist.")
|
||||
message(WARNING "LLVM_EXTERNAL_LIT set to ${LLVM_EXTERNAL_LIT}, but the path does not exist.")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user