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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment