diff --git a/CMakeLists.txt b/CMakeLists.txt index a631b3e6a60..1445b0a87e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1241,13 +1241,6 @@ if(WITH_OPENGL) add_definitions(-DWITH_OPENGL) endif() -#----------------------------------------------------------------------------- -# Configure Vulkan. - -if(WITH_VULKAN_BACKEND) - list(APPEND BLENDER_GL_LIBRARIES ${VULKAN_LIBRARIES}) -endif() - # ----------------------------------------------------------------------------- # Configure Metal