summaryrefslogtreecommitdiff
path: root/cmake/FindCLN.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindCLN.cmake')
-rw-r--r--cmake/FindCLN.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindCLN.cmake b/cmake/FindCLN.cmake
index 2cb33eb7e..7b2e6f0f4 100644
--- a/cmake/FindCLN.cmake
+++ b/cmake/FindCLN.cmake
@@ -25,3 +25,6 @@ if(CLN_INCLUDE_DIR)
VERSION_VAR CLN_VERSION)
mark_as_advanced(CLN_INCLUDE_DIR CLN_LIBRARIES)
endif()
+if(CLN_LIBRARIES)
+ message(STATUS "Found CLN libs: ${CLN_LIBRARIES}")
+endif()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback