Skip to content

Commit

Permalink
Fix plugin library name AlpakaCore/plugins/BuildFile.xml
Browse files Browse the repository at this point in the history
This name is unique, the previous name clashed with AlpakaTest/plugins/BuildFile.xml
  • Loading branch information
makortel committed Mar 18, 2024
1 parent ec85b46 commit c5fb0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeterogeneousCore/AlpakaCore/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<flags EDM_PLUGIN="1"/>
</library>

<library file="alpaka/*.cc" name="HeterogeneousCoreAlpakaTestPluginsPortable">
<library file="alpaka/*.cc" name="HeterogeneousCoreAlpakaCorePluginsPortable">
<use name="alpaka"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
Expand Down

0 comments on commit c5fb0aa

Please sign in to comment.