cuda: solve warnings due to testapp being created by two tg

This commit is contained in:
Federico Pellegrin 2021-01-07 09:45:01 +01:00
parent 3b46768d3b
commit e3f8191097
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def build(bld):
# native application
bld.program(
source = 'test.cpp',
target = 'testapp')
target = 'testapp-native')
# cuda application
bld.program(