Commit d6fc83de authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'rvlm-quickfix/rename-cmake-files' into develop

parents 151a578a f37f76b8
......@@ -379,7 +379,7 @@ endif()
# set opencl lib for sub directories if not told otherwise
if(NOT CAF_NO_OPENCL
AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/libcaf_opencl/CMakeLists.txt")
find_package(OPENCL REQUIRED)
find_package(OpenCL REQUIRED)
add_subdirectory(libcaf_opencl)
if(NOT CAF_BUILD_STATIC_ONLY)
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