summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2017-12-18 21:21:59 +0100
committerGitHub <noreply@github.com>2017-12-18 21:21:59 +0100
commit8e38483d0c6daa648fc1995096285f90e20671c9 (patch)
tree5efe905b0542b7a483632475ff079e6ed0b1852a /CMakeLists.txt
parent606edc908daceb007b141110683cf2c791f84608 (diff)
parent4515d65f9276b0eee0c89a4c3416129bce79bb39 (diff)
downloadxmr-stak-8e38483d0c6daa648fc1995096285f90e20671c9.zip
xmr-stak-8e38483d0c6daa648fc1995096285f90e20671c9.tar.gz
Merge pull request #558 from juugcatm/patch-1
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fa831d..8bf8e8c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -234,6 +234,7 @@ if(OpenCL_ENABLE)
ENV AMDAPPSDKROOT
ENV ATISTREAMSDKROOT
ENV "PROGRAMFILES(X86)"
+ /usr
PATH_SUFFIXES
include
OpenCL/common/inc
@@ -252,6 +253,7 @@ if(OpenCL_ENABLE)
PATH_SUFFIXES
"AMD APP/lib/x86_64"
lib/x86_64
+ lib/x86_64-linux-gnu
lib/x64
OpenCL/common/lib/x64)
# find package will use the previews searched path variables
OpenPOWER on IntegriCloud