Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 716358
Collapse All | Expand All

(-)a/data/kernels/CMakeLists.txt (-2 / +2 lines)
Lines 31-38 Link Here
31
endmacro (testcompile_opencl_kernel)
31
endmacro (testcompile_opencl_kernel)
32
32
33
if (TESTBUILD_OPENCL_PROGRAMS)
33
if (TESTBUILD_OPENCL_PROGRAMS)
34
  foreach(IN ${DT_OPENCL_KERNELS})
34
  foreach(KERNEL IN ITEMS ${DT_OPENCL_KERNELS})
35
    testcompile_opencl_kernel(${IN})
35
    testcompile_opencl_kernel(${KERNEL})
36
  endforeach()
36
  endforeach()
37
endif()
37
endif()
38
38

Return to bug 716358