From f5eace0977272ce5a88073b152e9b8b7cbe5dc50 Mon Sep 17 00:00:00 2001
From: Manuel Gunther <siebenkopf@googlemail.com>
Date: Thu, 13 Oct 2016 12:02:01 -0600
Subject: [PATCH] Updated status message to show, where Bob packages were found

---
 FindBob.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/FindBob.cmake b/FindBob.cmake
index e4a3831..a1d117a 100644
--- a/FindBob.cmake
+++ b/FindBob.cmake
@@ -98,8 +98,6 @@ function(find_bob_package package)
     return()
   endif()
 
-  message(STATUS "Searching for Bob package '${package}'")
-
   # define possible path
   set(_possible_paths
     ${BOB_SOURCE_DIR}/src/${package}
@@ -138,6 +136,8 @@ function(find_bob_package package)
     return()
   endif()
 
+  message(STATUS "Found Bob package '${package}' at '${_package_dir}'")
+
   set(${PACKAGE}_FOUND TRUE CACHE BOOL "The package ${package} has been found." FORCE)
 
   # first, parse the requirements (requires.txt) from the requires.txt inside ${PACKAGE_BASE_DIR}/${package}*.egg-info or ${PACKAGE_BASE_DIR}/EGG-INFO
-- 
GitLab