Skip to content

Commit

Permalink
Merge pull request #22532 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
do not build cuda plugins for non-AMD64 archs
  • Loading branch information
smuzaffar committed Mar 9, 2018
2 parents 2146f40 + da4f114 commit 849f098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HeterogeneousCore/CUDAServices/plugins/BuildFile.xml
@@ -1,3 +1,7 @@
#Skip building plugins by dropping all files for none-AMD64 build
<architecture match="!_amd64_">
<flags SKIP_FILES="*"/>
</architecture>
<use name="DataFormats/Provenance"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/Streamer"/>
Expand Down

0 comments on commit 849f098

Please sign in to comment.