OSDN Git Service

[CMake] Correct CMake message mode
authorAlex Langford <apl@fb.com>
Fri, 15 Mar 2019 20:43:53 +0000 (20:43 +0000)
committerAlex Langford <apl@fb.com>
Fri, 15 Mar 2019 20:43:53 +0000 (20:43 +0000)
commit67b6109ba6436c5074dd9762da8f7fa9264945f7
tree6bca9f695e530352f9c3f053e4f76c067c43c31b
parentbf6b4e88ed52391be5682cd4c24423686c4776de
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356297 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake