Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
Computing
cbmroot
Commits
09c9ad8e
Commit
09c9ad8e
authored
5 months ago
by
Nora Bluhme
Browse files
Options
Downloads
Patches
Plain Diff
add BBA_LOCAL_DIR to InstallBBA.cmake, BBA project download now from official source
parent
75737e77
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1964
Updates to BBA development flow
Pipeline
#31761
passed
5 months ago
Stage: build
Stage: package
Stage: verify
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
external/InstallBBA.cmake
+10
-1
10 additions, 1 deletion
external/InstallBBA.cmake
with
10 additions
and
1 deletion
external/InstallBBA.cmake
+
10
−
1
View file @
09c9ad8e
if
(
BBA_LOCAL_DIR
)
Add_Subdirectory
(
${
BBA_LOCAL_DIR
}
bba_local
)
Set
(
BBA_INCLUDE_DIRECTORY
${
BBA_LOCAL_DIR
}
/include PARENT_SCOPE
)
else
()
download_project_if_needed
(
PROJECT bba
GIT_REPOSITORY
"https://git.cbm.gsi.de/
se.gorbunov
/bba.git"
GIT_REPOSITORY
"https://git.cbm.gsi.de/
alignment
/bba.git"
GIT_TAG
"e98ab50d4d1885a29abcf4af4e8bb8d722b02283"
SOURCE_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
/bba
CONFIGURE_COMMAND
""
...
...
@@ -8,3 +15,5 @@
)
Add_Subdirectory
(
bba
)
Set
(
BBA_INCLUDE_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
/bba/include PARENT_SCOPE
)
endif
()
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