diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8f1eef..0d70268 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |