Skip to content
Snippets Groups Projects
Commit 9c184fdb authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Move to GaudiPluginService V2; Revisit and check examples

parent f9797b86
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,10 @@ add_definitions(-DGaudi=DD4hep_Flavor -DUSE_BOOST_FILESYSTEM) ...@@ -9,9 +9,10 @@ add_definitions(-DGaudi=DD4hep_Flavor -DUSE_BOOST_FILESYSTEM)
if( APPLE ) if( APPLE )
add_definitions( -DAPPLE) add_definitions( -DAPPLE)
endif() endif()
target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-shadow)
target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-unused) target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-unused)
target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-deprecated) target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-deprecated)
target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-shadow) target_compile_options(DD4hepGaudiPluginMgr PRIVATE -Wno-return-type-c-linkage)
target_link_libraries(DD4hepGaudiPluginMgr ${CMAKE_DL_LIBS} ${Boost_FILESYSTEM_LIBRARY} ) target_link_libraries(DD4hepGaudiPluginMgr ${CMAKE_DL_LIBS} ${Boost_FILESYSTEM_LIBRARY} )
SET_TARGET_PROPERTIES(DD4hepGaudiPluginMgr PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION}) SET_TARGET_PROPERTIES(DD4hepGaudiPluginMgr PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
......
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