We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079d575 commit a73509cCopy full SHA for a73509c
CMakeLists.txt
@@ -303,6 +303,7 @@ target_compile_definitions(acl_objs PUBLIC
303
CL_USE_DEPRECATED_OPENCL_1_1_APIS=1
304
CL_USE_DEPRECATED_OPENCL_1_2_APIS=1
305
CL_TARGET_OPENCL_VERSION=300
306
+ $<$<CONFIG:Debug>:MEM_DEBUG_MSG>
307
)
308
target_include_directories(acl_objs PUBLIC include)
309
target_include_directories(acl_objs PRIVATE
0 commit comments