[Bf-blender-cvs] [a246ad9559d] temp-vulkan-shader: Remove unused cmake includes/libs.

Jeroen Bakker noreply at git.blender.org
Tue Nov 29 14:43:23 CET 2022


Commit: a246ad9559d94c02719484fad27ffc67721beb04
Author: Jeroen Bakker
Date:   Fri Nov 25 14:50:10 2022 +0100
Branches: temp-vulkan-shader
https://developer.blender.org/rBa246ad9559d94c02719484fad27ffc67721beb04

Remove unused cmake includes/libs.

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

M	source/blender/gpu/CMakeLists.txt

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

diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index ced1489ea87..6b6c88acf98 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -44,7 +44,6 @@ set(INC
 set(INC_SYS
   ${Epoxy_INCLUDE_DIRS}
   ${VULKAN_INCLUDE_DIRS}
-  ${MOLTENVK_INCLUDE_DIRS}
 )
 
 set(SRC
@@ -276,7 +275,6 @@ endif()
 set(LIB
   ${Epoxy_LIBRARIES}
   ${VULKAN_LIBRARIES}
-  ${MOLTENVK_LIBRARIES}
 )
 
 if(WITH_VULKAN_BACKEND)



More information about the Bf-blender-cvs mailing list