From 665f7c4688ac44107246c789b3269875963eb4c1 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Tue, 19 Nov 2024 09:39:20 +0100 Subject: [PATCH] DDCMS: remove superfluous cmake call to target_link_options --- examples/DDCMS/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/DDCMS/CMakeLists.txt b/examples/DDCMS/CMakeLists.txt index f1586e9c8..136ccc015 100644 --- a/examples/DDCMS/CMakeLists.txt +++ b/examples/DDCMS/CMakeLists.txt @@ -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}") # # -- GitLab