Author: Jonas Devlieghere Date: 2019-11-12T15:33:03-08:00 New Revision: 34ca6e1fbef54465d623ffc8d55e824054913509
URL: https://github.com/llvm/llvm-project/commit/34ca6e1fbef54465d623ffc8d55e824054913509 DIFF: https://github.com/llvm/llvm-project/commit/34ca6e1fbef54465d623ffc8d55e824054913509.diff LOG: [LLDB] Remove debug message in AddLLDB.cmake Added: Modified: lldb/cmake/modules/AddLLDB.cmake Removed: ################################################################################ diff --git a/lldb/cmake/modules/AddLLDB.cmake b/lldb/cmake/modules/AddLLDB.cmake index e094092498aa..ecf0b66a41a3 100644 --- a/lldb/cmake/modules/AddLLDB.cmake +++ b/lldb/cmake/modules/AddLLDB.cmake @@ -103,7 +103,6 @@ function(add_lldb_library name) # this may result in the wrong install DESTINATION. The FRAMEWORK property # must be set earlier. if(PARAM_FRAMEWORK) - message(WARNING "{name} is now a FRAMEWORK") set_target_properties(liblldb PROPERTIES FRAMEWORK ON) endif() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits