diff --git a/opencl/tests/ocltst/module/perf/CMakeLists.txt b/opencl/tests/ocltst/module/perf/CMakeLists.txt index f017d089e3..dd4c163271 100644 --- a/opencl/tests/ocltst/module/perf/CMakeLists.txt +++ b/opencl/tests/ocltst/module/perf/CMakeLists.txt @@ -105,13 +105,6 @@ target_link_libraries(oclperf PRIVATE OpenCL) -if(OPENGL_FOUND AND GLEW_FOUND) - target_link_libraries(oclperf - PRIVATE - ${GLEW_LIBRARIES} - ${OPENGL_LIBRARIES}) -endif() - add_custom_command( TARGET oclperf POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy diff --git a/opencl/tests/ocltst/module/runtime/CMakeLists.txt b/opencl/tests/ocltst/module/runtime/CMakeLists.txt index 087bb24e14..3314430421 100644 --- a/opencl/tests/ocltst/module/runtime/CMakeLists.txt +++ b/opencl/tests/ocltst/module/runtime/CMakeLists.txt @@ -72,13 +72,6 @@ target_link_libraries(oclruntime PRIVATE OpenCL) -if(OPENGL_FOUND AND GLEW_FOUND) - target_link_libraries(oclruntime - PRIVATE - ${GLEW_LIBRARIES} - ${OPENGL_LIBRARIES}) -endif() - add_custom_command( TARGET oclruntime POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy diff --git a/opencl/tests/ocltst/module/runtime/OCLRTQueue.cpp b/opencl/tests/ocltst/module/runtime/OCLRTQueue.cpp old mode 100755 new mode 100644