Skip to content
Snippets Groups Projects
Unverified Commit 73de5025 authored by Derek Adams's avatar Derek Adams Committed by GitHub
Browse files

Update CMakeLists.txt

Installed xmr-stak on fresh Ubuntu 16.04 with just AMDGPU-PRO and required these changes and use of OpenCL_ROOT=/opt/amdgpu-pro for successful compilation with OpenCL. Also requires the opencl-headers package from Ubuntu's repository.
parent 31a07841
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ if(OpenCL_ENABLE)
ENV AMDAPPSDKROOT
ENV ATISTREAMSDKROOT
ENV "PROGRAMFILES(X86)"
/usr/include
PATH_SUFFIXES
include
OpenCL/common/inc
......@@ -246,6 +247,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment