Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.example.cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.example.cmake
Commits
f5eace09
Commit
f5eace09
authored
8 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FindBob.cmake
+2
-2
2 additions, 2 deletions
FindBob.cmake
with
2 additions
and
2 deletions
FindBob.cmake
+
2
−
2
View file @
f5eace09
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment