[mxnet] Use copy option to suppress deprecation warning
authorMuhwan Kim <mhkim4886@gmail.com>
Sun, 1 May 2022 18:53:03 +0000 (03:53 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 26 May 2022 13:41:54 +0000 (09:41 -0400)
meson have copy option for this usage

Signed-off-by: Muhwan Kim <mhkim4886@gmail.com>
tests/nnstreamer_filter_mxnet/meson.build

index 57701d4..34e1c97 100644 (file)
@@ -14,6 +14,6 @@ if mxnet_support_is_available
   )
 
   configure_file(input : 'download_and_run.sh', output : 'download_and_run.sh',
-    configuration : configuration_data()
+    copy: true
   )
 endif