diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-30 12:35:44 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-30 12:35:44 +0200 |
commit | 87d1a263a2c619a3fc2620cbc61beccddf8b4336 (patch) | |
tree | d86b683550f2cf7b79746734e8f992db3bf42bc4 /modules/remote-hip/SConstruct | |
parent | 4e1ef1b40ced7bbb78b6882018ccd1a00ffa4895 (diff) |
Removing dangling sycl elements
Diffstat (limited to 'modules/remote-hip/SConstruct')
-rw-r--r-- | modules/remote-hip/SConstruct | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/remote-hip/SConstruct b/modules/remote-hip/SConstruct index 78bf333..83b1f3a 100644 --- a/modules/remote-hip/SConstruct +++ b/modules/remote-hip/SConstruct @@ -64,9 +64,6 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], ,'forstio-codec' ,'forstio-async' ,'forstio-remote' - ,'acpp-rt' - ,'OpenCL' - ,'omp' ] ); env.__class__.add_source_files = add_kel_source_files |