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)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to