Skip to content

Commit

Permalink
JugTrack/CMakeLists.txt: respect CMAKE_SHARED_LIBRARY_{PREFIX,SUFFIX}
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored and wdconinc committed Nov 21, 2023
1 parent 4c32274 commit 86c7a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JugTrack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gaudi_add_module(JugTrackPlugins
EDM4EIC::edm4eic
DD4hep::DDRec
ActsCore
${ActsCore_PATH}/libActsExamplesFramework.so
${ActsCore_PATH}/${CMAKE_SHARED_LIBRARY_PREFIX}ActsExamplesFramework${CMAKE_SHARED_LIBRARY_SUFFIX}
)

target_include_directories(JugTrackPlugins PUBLIC
Expand Down

0 comments on commit 86c7a16

Please sign in to comment.