Unverified Commit 4e95c38b authored by Wieland Morgenstern's avatar Wieland Morgenstern Committed by GitHub

Merge pull request #34 from stitchEm/jrm/glew2

Fix GLEW
parents 62607124 6d20a160
...@@ -117,6 +117,6 @@ endif(DISABLE_OPENCL_SPIR) ...@@ -117,6 +117,6 @@ endif(DISABLE_OPENCL_SPIR)
# different names on different implementations of find_package(OpenCL) # different names on different implementations of find_package(OpenCL)
vs_lib_link_libraries("PUBLIC_OPENCL" ${OpenCL_LIBRARIES}) vs_lib_link_libraries("PUBLIC_OPENCL" ${OpenCL_LIBRARIES})
vs_lib_link_libraries("OPENCL" ${OpenGL_LIBRARIES} ${OPENGL_LIBRARIES} ${GLEW_LIBRARIES} ${GLEW}) vs_lib_link_libraries("OPENCL" ${OpenGL_LIBRARIES} ${OPENGL_LIBRARIES} GLEW::GLEW)
set(BACKEND_OBJECTS_OPENCL ) set(BACKEND_OBJECTS_OPENCL )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment