summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2022-04-13 11:51:47 +0200
committerGitHub <noreply@github.com>2022-04-13 11:51:47 +0200
commit8d298af10b7a193ed32506d0e26ec8a4a0cf1f2f (patch)
tree8261010d038d61a0b62667494a9d814388a17088
parent4500a03440e2cc54998c0edab366babf5e504d67 (diff)
parent6db6ff710790f11ad7c8e43eeb0afd03230a887f (diff)
Merge pull request #430 from danyougle/patch-1
add AMD OCL SDK light path in ENV section
-rw-r--r--cmake/Modules/FindOpenCL.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/FindOpenCL.cmake b/cmake/Modules/FindOpenCL.cmake
index 656ba04f..43c19277 100644
--- a/cmake/Modules/FindOpenCL.cmake
+++ b/cmake/Modules/FindOpenCL.cmake
@@ -25,6 +25,7 @@
set(OPENCL_HINTS
${OPENCL_ROOT}
$ENV{OPENCL_ROOT}
+ $ENV{OCL_ROOT}
$ENV{AMDAPPSDKROOT}
$ENV{CUDA_PATH}
$ENV{INTELOCLSDKROOT}