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 364fde6 commit 587d194Copy full SHA for 587d194
Modules/FindOpenCL.cmake
@@ -45,7 +45,7 @@ function(_FIND_OPENCL_VERSION)
45
set(CMAKE_REQUIRED_QUIET ${OpenCL_FIND_QUIETLY})
46
47
CMAKE_PUSH_CHECK_STATE()
48
- foreach(VERSION "2_2" "2_1" "2_0" "1_2" "1_1" "1_0")
+ foreach(VERSION "3_0" "2_2" "2_1" "2_0" "1_2" "1_1" "1_0")
49
set(CMAKE_REQUIRED_INCLUDES "${OpenCL_INCLUDE_DIR}")
50
51
if(APPLE)
0 commit comments