Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
17b4b3a3
Commit
17b4b3a3
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Plain Diff
Merge branch 'CI' into 'master'
cmake See merge request
!6
parents
000127d9
5b05ebc8
No related branches found
No related tags found
1 merge request
!6
cmake
Pipeline
#3784
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
17b4b3a3
...
@@ -37,14 +37,14 @@ if(HCANA_BUILTIN_PODD)
...
@@ -37,14 +37,14 @@ if(HCANA_BUILTIN_PODD)
include
(
PoddCMakeEnv
)
include
(
PoddCMakeEnv
)
else
()
else
()
set
(
CMAKE_MODULE_PATH
set
(
CMAKE_MODULE_PATH
${
PROJECT_SOURCE_DIR
}
/
podd/
cmake/Modules
${
PROJECT_SOURCE_DIR
}
/cmake/Modules
${
CMAKE_MODULE_PATH
}
${
CMAKE_MODULE_PATH
}
)
)
# Find Podd and register it as a dependency
# Find Podd and register it as a dependency
# This will also automatically set up ROOT
# This will also automatically set up ROOT
find_package
(
Podd 2.0 REQUIRED
)
find_package
(
Podd 2.0 REQUIRED
)
include
(
PoddCMakeEnv
)
include
(
PoddCMakeEnv
)
#
config_add_dependency(Podd 2.0)
config_add_dependency
(
Podd 2.0
)
endif
()
endif
()
# Register ROOT dependency - it's in our public interface
# Register ROOT dependency - it's in our public interface
...
...
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