[PATCH] D59432: [CMake] Correct CMake message mode

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 13:44:21 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356297: [CMake] Correct CMake message mode (authored by xiaobai, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59432/new/

https://reviews.llvm.org/D59432

Files:
  llvm/trunk/cmake/modules/AddLLVM.cmake


Index: llvm/trunk/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake
+++ llvm/trunk/cmake/modules/AddLLVM.cmake
@@ -1311,7 +1311,7 @@
         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()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59432.190892.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190315/d3571de0/attachment.bin>


More information about the llvm-commits mailing list