Skip to content
Snippets Groups Projects
Commit f5eace09 authored by Manuel Günther's avatar Manuel Günther
Browse files

Updated status message to show, where Bob packages were found

parent b6895cb8
Branches
Tags
No related merge requests found
...@@ -98,8 +98,6 @@ function(find_bob_package package) ...@@ -98,8 +98,6 @@ function(find_bob_package package)
return() return()
endif() endif()
message(STATUS "Searching for Bob package '${package}'")
# define possible path # define possible path
set(_possible_paths set(_possible_paths
${BOB_SOURCE_DIR}/src/${package} ${BOB_SOURCE_DIR}/src/${package}
...@@ -138,6 +136,8 @@ function(find_bob_package package) ...@@ -138,6 +136,8 @@ function(find_bob_package package)
return() return()
endif() endif()
message(STATUS "Found Bob package '${package}' at '${_package_dir}'")
set(${PACKAGE}_FOUND TRUE CACHE BOOL "The package ${package} has been found." FORCE) 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 # first, parse the requirements (requires.txt) from the requires.txt inside ${PACKAGE_BASE_DIR}/${package}*.egg-info or ${PACKAGE_BASE_DIR}/EGG-INFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment