Commit f37f76b8 authored by Pavel Kretov's avatar Pavel Kretov

Rename FindOPENCL.cmake to FindOpenCL.cmake

parent d6f37fd4
...@@ -336,7 +336,7 @@ endif() ...@@ -336,7 +336,7 @@ endif()
# set opencl lib for sub directories if not told otherwise # set opencl lib for sub directories if not told otherwise
if(NOT CAF_NO_OPENCL if(NOT CAF_NO_OPENCL
AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/libcaf_opencl/CMakeLists.txt") AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/libcaf_opencl/CMakeLists.txt")
find_package(OPENCL REQUIRED) find_package(OpenCL REQUIRED)
add_subdirectory(libcaf_opencl) add_subdirectory(libcaf_opencl)
if(NOT CAF_BUILD_STATIC_ONLY) if(NOT CAF_BUILD_STATIC_ONLY)
set(LIBCAF_OPENCL_LIBRARY libcaf_opencl_shared) set(LIBCAF_OPENCL_LIBRARY libcaf_opencl_shared)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment