From 42a416382d987e41e3d9d86452d8ff2a333097c8 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 30 Dec 2015 21:40:50 +0100 Subject: [PATCH] Minor message fix when compiling without debugging support --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f7e65bc..56cc536 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("Will compile juCi++ without debugging support") + message("liblldb not found. Compiling juCi++ without debugging support") endif() #find_package(PythonLibs 2.7)