We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045ec55 commit 61e6acfCopy full SHA for 61e6acf
src/FindOpenCL.cmake
@@ -56,6 +56,8 @@ find_path(OPENCL_INCLUDE_DIRS
56
PATHS
57
/usr/include
58
/usr/local/include
59
+ /usr/local/cuda/include
60
+ /opt/cuda/include
61
DOC "OpenCL header file path"
62
)
63
mark_as_advanced( OPENCL_INCLUDE_DIRS )
@@ -74,6 +76,8 @@ if( LIB64 )
74
76
PATH_SUFFIXES x86_64 x64
75
77
78
/usr/lib
79
+ /usr/local/cuda/lib
80
+ /opt/cuda/lib
81
82
else( )
83
find_library( OPENCL_LIBRARIES
@@ -86,6 +90,8 @@ else( )
86
90
PATH_SUFFIXES x86 Win32
87
91
88
92
93
94
89
95
96
endif( )
97
mark_as_advanced( OPENCL_LIBRARIES )
0 commit comments