From e757a6efbff57baf7db81ba7312b580f4237c29e Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 3 Feb 2016 09:51:50 +0100 Subject: [PATCH] Slight change of warning message when lldb is not found --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1c08d05..533baf8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -39,7 +39,7 @@ if(LIBLLDB_FOUND) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DJUCI_ENABLE_DEBUG") else() set(LIBLLDB_LIBRARIES "") - message("liblldb not found. Compiling juCi++ without debugging support") + message("liblldb not found. Building juCi++ without debugging support") endif() #find_package(PythonLibs 2.7)