Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tifini3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Show more breadcrumbs
HADES-Cracovia
software
Tifini3
Commits
a346f852
Commit
a346f852
authored
5 years ago
by
r.lalik
Browse files
Options
Downloads
Patches
Plain Diff
Fix hydra main library in cmake scripts
parent
1f2804dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/FindHYDRA.cmake
+1
-1
1 addition, 1 deletion
Modules/FindHYDRA.cmake
Modules/FindHYDRA2.cmake
+1
-1
1 addition, 1 deletion
Modules/FindHYDRA2.cmake
with
2 additions
and
2 deletions
Modules/FindHYDRA.cmake
+
1
−
1
View file @
a346f852
...
...
@@ -28,7 +28,7 @@ SET(HYDRA_INSTALLED_VERSION_TOO_OLD FALSE)
SET
(
HYDRA_MAIN_LIBRARY HYDRA_MAIN_LIBRARY-NOTFOUND
)
FIND_LIBRARY
(
HYDRA_MAIN_LIBRARY NAMES
Pid
PATHS
FIND_LIBRARY
(
HYDRA_MAIN_LIBRARY NAMES
Hydra
PATHS
${
HYDRA_PACKAGE_SEARCHPATH
}
NO_DEFAULT_PATH
)
...
...
This diff is collapsed.
Click to expand it.
Modules/FindHYDRA2.cmake
+
1
−
1
View file @
a346f852
...
...
@@ -28,7 +28,7 @@ SET(HYDRA2_INSTALLED_VERSION_TOO_OLD FALSE)
SET
(
HYDRA2_MAIN_LIBRARY HYDRA2_MAIN_LIBRARY-NOTFOUND
)
FIND_LIBRARY
(
HYDRA2_MAIN_LIBRARY NAMES
Particle
PATHS
FIND_LIBRARY
(
HYDRA2_MAIN_LIBRARY NAMES
Hydra
PATHS
${
HYDRA2_PACKAGE_SEARCHPATH
}
NO_DEFAULT_PATH
)
...
...
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