From e3f8191097999841e045e430cdedeb474593f2cf Mon Sep 17 00:00:00 2001 From: Federico Pellegrin Date: Thu, 7 Jan 2021 09:45:01 +0100 Subject: [PATCH] cuda: solve warnings due to testapp being created by two tg --- playground/cuda/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/cuda/wscript b/playground/cuda/wscript index 9daf81e4..30303a3d 100644 --- a/playground/cuda/wscript +++ b/playground/cuda/wscript @@ -35,7 +35,7 @@ def build(bld): # native application bld.program( source = 'test.cpp', - target = 'testapp') + target = 'testapp-native') # cuda application bld.program(