mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,primitives] mark WITH_OPENCL unmaintained
This commit is contained in:
@@ -49,6 +49,9 @@ set(PRIMITIVES_NEON_SRCS neon/prim_colors_neon.c neon/prim_YCoCg_neon.c neon/pri
|
||||
set(PRIMITIVES_OPENCL_SRCS opencl/prim_YUV_opencl.c)
|
||||
|
||||
if(WITH_OPENCL)
|
||||
include(WarnUnmaintained)
|
||||
warn_unmaintained("OpenCL support for primitives" "-DWITH_OPENCL=OFF")
|
||||
|
||||
set(FILENAME "opencl/primitives.cl")
|
||||
set_source_files_properties(${FILENAME} PROPERTIES HEADER_FILE_ONLY ON)
|
||||
list(APPEND PRIMITIVES_OPENCL_SRCS ${FILENAME})
|
||||
|
||||
Reference in New Issue
Block a user