Skip to content

Commit

Permalink
Fix build of opencl examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamdor committed Oct 19, 2015
1 parent 0d052e4 commit 5c1fdf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -429,6 +429,7 @@ if(NOT CAF_NO_OPENCL)
find_package(OpenCL)
if(OpenCL_FOUND)
add_optional_caf_lib(opencl)
add_optional_caf_binaries(libcaf_opencl/examples)
endif()
endif()

Expand Down

0 comments on commit 5c1fdf3

Please sign in to comment.