Skip to content

Commit

Permalink
DDCMS: remove superfluous cmake call to target_link_options
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Nov 19, 2024
1 parent 93a0944 commit 665f7c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/DDCMS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dd4hep_add_plugin ( DDCMS
ROOT::Core ROOT::Geom ROOT::GenVector CLHEP::CLHEP Geant4::Interface
)
target_include_directories(DDCMS PUBLIC include)
target_link_options(DDCMS PRIVATE -L${Geant4_DIR}/..)
#message (STATUS "CLHEP: ${CLHEP}")
#
#
Expand Down

0 comments on commit 665f7c4

Please sign in to comment.