Skip to content
Snippets Groups Projects
Commit 1b7d7ff5 authored by Andre Sailer's avatar Andre Sailer Committed by MarkusFrankATcernch
Browse files

Fix Compilation against LCG94a

parent 80ff264c
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment