summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDerek Adams <juugcatm@users.noreply.github.com>2017-12-17 17:25:38 -0800
committerGitHub <noreply@github.com>2017-12-17 17:25:38 -0800
commit4515d65f9276b0eee0c89a4c3416129bce79bb39 (patch)
treee5b7c937e426a40fa762960942e904f699347c17 /CMakeLists.txt
parenta5a8845699172a7cd9b4414bd01357335d64ca82 (diff)
downloadxmr-stak-4515d65f9276b0eee0c89a4c3416129bce79bb39.zip
xmr-stak-4515d65f9276b0eee0c89a4c3416129bce79bb39.tar.gz
Again, fix spacing
The github online editor is injecting tabs for some reason, fixed them.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5956690..15c8c8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -228,7 +228,7 @@ if(OpenCL_ENABLE)
ENV AMDAPPSDKROOT
ENV ATISTREAMSDKROOT
ENV "PROGRAMFILES(X86)"
- /usr
+ /usr
PATH_SUFFIXES
include
OpenCL/common/inc
@@ -247,7 +247,7 @@ if(OpenCL_ENABLE)
PATH_SUFFIXES
"AMD APP/lib/x86_64"
lib/x86_64
- lib/x86_64-linux-gnu
+ lib/x86_64-linux-gnu
lib/x64
OpenCL/common/lib/x64)
# find package will use the previews searched path variables
OpenPOWER on IntegriCloud