summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/cmake/modules/AddLLDB.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/cmake/modules/AddLLDB.cmake b/lldb/cmake/modules/AddLLDB.cmake
index e094092498a..ecf0b66a41a 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()
OpenPOWER on IntegriCloud