Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
48bde782
Commit
48bde782
authored
12 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- fixed DD4hepConfig.cmake
parent
414682e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/DD4hepConfig.cmake.in
+8
-2
8 additions, 2 deletions
cmake/DD4hepConfig.cmake.in
with
8 additions
and
2 deletions
cmake/DD4hepConfig.cmake.in
+
8
−
2
View file @
48bde782
...
@@ -23,7 +23,7 @@ SET( DD4hep_INCLUDE_DIRS DD4hep_INCLUDE_DIRS-NOTFOUND )
...
@@ -23,7 +23,7 @@ SET( DD4hep_INCLUDE_DIRS DD4hep_INCLUDE_DIRS-NOTFOUND )
MARK_AS_ADVANCED( DD4hep_INCLUDE_DIRS )
MARK_AS_ADVANCED( DD4hep_INCLUDE_DIRS )
FIND_PATH( DD4hep_INCLUDE_DIRS
FIND_PATH( DD4hep_INCLUDE_DIRS
NAMES DD4hep/D
D4hep
.h
NAMES DD4hep/D
etector
.h
PATHS ${DD4hep_ROOT}/include
PATHS ${DD4hep_ROOT}/include
NO_DEFAULT_PATH
NO_DEFAULT_PATH
)
)
...
@@ -36,8 +36,14 @@ SET( DD4hep_LIBRARY_DIRS ${DD4hep_ROOT}/lib )
...
@@ -36,8 +36,14 @@ SET( DD4hep_LIBRARY_DIRS ${DD4hep_ROOT}/lib )
SET( DD4hep_LIBRARIES DD4hep_LIBRARIES-NOTFOUND )
SET( DD4hep_LIBRARIES DD4hep_LIBRARIES-NOTFOUND )
MARK_AS_ADVANCED( DD4hep_LIBRARY_DIRS DD4hep_LIBRARIES )
MARK_AS_ADVANCED( DD4hep_LIBRARY_DIRS DD4hep_LIBRARIES )
SET( LIBNAMES DD4hepCore DD4hepPlugins )
if(@DD4HEP_WITH_GEANT4@)
LIST(APPEND LIBNAMES DD4hepG4)
endif()
FIND_LIBRARY( DD4hep_LIBRARIES
FIND_LIBRARY( DD4hep_LIBRARIES
NAMES
DD4hep
NAMES
${LIBNAMES}
PATHS ${DD4hep_LIBRARY_DIRS}
PATHS ${DD4hep_LIBRARY_DIRS}
NO_DEFAULT_PATH
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