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
1b7d7ff5
Commit
1b7d7ff5
authored
5 years ago
by
Andre Sailer
Committed by
MarkusFrankATcernch
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Compilation against LCG94a
parent
80ff264c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDCond/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDCond/CMakeLists.txt
cmake/DD4hepBuild.cmake
+1
-1
1 addition, 1 deletion
cmake/DD4hepBuild.cmake
with
2 additions
and
2 deletions
DDCond/CMakeLists.txt
+
1
−
1
View file @
1b7d7ff5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#
#
#==========================================================================
#==========================================================================
dd4hep_package
(
DDCond
dd4hep_package
(
DDCond
USES
BOOST
DDCore
USES DDCore
BOOST
INCLUDE_DIRS include
INCLUDE_DIRS include
INSTALL_INCLUDES include/DDCond
)
INSTALL_INCLUDES include/DDCond
)
...
...
This diff is collapsed.
Click to expand it.
cmake/DD4hepBuild.cmake
+
1
−
1
View file @
1b7d7ff5
...
@@ -902,7 +902,7 @@ function( dd4hep_package packageName )
...
@@ -902,7 +902,7 @@ function( dd4hep_package packageName )
#
#
list
(
APPEND used_incs
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
list
(
APPEND used_incs
${
CMAKE_CURRENT_SOURCE_DIR
}
/include
)
foreach
(
inc
${
ARG_INCLUDE_DIRS
}
)
foreach
(
inc
${
ARG_INCLUDE_DIRS
}
)
list
(
APPEND
used_incs
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
inc
}
)
list
(
INSERT
used_incs
0
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
inc
}
)
endforeach
()
endforeach
()
#
#
# Build the list of link libraries required to build the package library and plugins etc.
# Build the list of link libraries required to build the package library and plugins etc.
...
...
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