From cace251b73a2902fbdade9e8cd7ae0f52f0e18e1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 24 Jun 2024 15:23:08 +0200 Subject: Slowly adding pure data transfer classes --- modules/remote-sycl/tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/remote-sycl/tests/SConscript') diff --git a/modules/remote-sycl/tests/SConscript b/modules/remote-sycl/tests/SConscript index 3a9a2cf..f56f0bd 100644 --- a/modules/remote-sycl/tests/SConscript +++ b/modules/remote-sycl/tests/SConscript @@ -12,7 +12,7 @@ dir_path = Dir('.').abspath # Environment for base library test_cases_env = env.Clone(); -test_cases_env['CXX'] = 'syclcc'; +test_cases_env['CXX'] = 'acpp'; test_cases_env.Append(LIBS=['forstio-test']); -- cgit v1.2.3