Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-07-01 03:01:36 +0300
committerRay Molenkamp <github@lazydodo.com>2021-07-01 03:01:36 +0300
commit8c3e8d0eb6d5f227dcae09c6cab2bf557efe3795 (patch)
tree147658863643cf234678cc6592c0a2b1aa13415b /CMakeLists.txt
parent8bfdec76c04c6c74fd19b7ec0dd2c54e21da527c (diff)
Vulkan: Clean-up platform build support
This polishes up the build support for WITH_VULKAN the find_package calls were moved to the appropriate place in the platform cmake files. For windows the required binaries are copied to the binary folder. Windows support relies on D11678 landing and libraries being added to SVN and will automatically disable WITH_VULKAN when they are not found.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 052cd87d9b7..f2e8dc91776 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1093,8 +1093,6 @@ endif()
# Configure Vulkan.
if(WITH_VULKAN)
- find_package(Vulkan REQUIRED)
-
list(APPEND BLENDER_GL_LIBRARIES ${Vulkan_LIBRARY})
add_definitions(-DWITH_VULKAN)