Skip to content

Commit

Permalink
Merge pull request #29661 from fwyzard/branch_lintBuildFile_CUDADataF…
Browse files Browse the repository at this point in the history
…ormats

Clean up BuildFiles under CUDADataFormats/
  • Loading branch information
cmsbuild committed May 6, 2020
2 parents 669df02 + 5c6ee65 commit 8c0daf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions CUDADataFormats/Common/BuildFile.xml
@@ -1,7 +1,6 @@
<iftool name="cuda-gcc-support">
<use name="HeterogeneousCore/CUDAUtilities"/>

<export>
<use name="HeterogeneousCore/CUDAUtilities"/>
<export>
<lib name="1"/>
</export>
</export>
</iftool>
11 changes: 6 additions & 5 deletions CUDADataFormats/Common/test/BuildFile.xml
@@ -1,7 +1,8 @@
<iftool name="cuda-gcc-support">
<bin file="test*.cc" name="testCUDADataFormatsCommon">
<use name="HeterogeneousCore/CUDACore"/>
<use name="catch2"/>
<use name="cuda"/>
</bin>
<bin file="test*.cc" name="testCUDADataFormatsCommon">
<use name="HeterogeneousCore/CUDACore"/>
<use name="catch2"/>
<use name="cuda"/>
</bin>

</iftool>

0 comments on commit 8c0daf3

Please sign in to comment.