[Bf-blender-cvs] [084dd110c97] master: Build: Remove unused `BLENDER_GL_LIBRARIES`.

Jeroen Bakker noreply at git.blender.org
Mon Jan 30 12:06:34 CET 2023


Commit: 084dd110c97b51c0203400321e6a4d19fd2fea92
Author: Jeroen Bakker
Date:   Mon Jan 30 11:19:06 2023 +0100
Branches: master
https://developer.blender.org/rB084dd110c97b51c0203400321e6a4d19fd2fea92

Build: Remove unused `BLENDER_GL_LIBRARIES`.

This CMAKE variable isn't used.

===================================================================

M	CMakeLists.txt

===================================================================

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



More information about the Bf-blender-cvs mailing list