mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 02:16:01 +01:00
cuda: solve warnings due to testapp being created by two tg
This commit is contained in:
parent
3b46768d3b
commit
e3f8191097
@ -35,7 +35,7 @@ def build(bld):
|
||||
# native application
|
||||
bld.program(
|
||||
source = 'test.cpp',
|
||||
target = 'testapp')
|
||||
target = 'testapp-native')
|
||||
|
||||
# cuda application
|
||||
bld.program(
|
||||
|
Loading…
Reference in New Issue
Block a user