summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2020-09-01 19:59:44 +0000
committerazhirnov <zh1dron@gmail.com>2020-09-01 21:57:32 +0000
commit2e6f369080b6911d17b4e8a5296ca8400b09de86 (patch)
tree0a553410f4cf68a979037bc373df5db274586d67 /Graphics/GraphicsEngineVulkan
parentfixed compilation on linux & android (diff)
downloadDiligentCore-2e6f369080b6911d17b4e8a5296ca8400b09de86.tar.gz
DiligentCore-2e6f369080b6911d17b4e8a5296ca8400b09de86.zip
fixed compilation on Mac & UWP
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
index 896d91f1..f8445e5b 100644
--- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt
+++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt
@@ -353,13 +353,6 @@ else()
)
endif()
-if(PLATFORM_LINUX)
- get_filename_component(VULKAN_LIBRARY_PATH ${Vulkan_LIBRARY} DIRECTORY)
- set_target_properties(Diligent-GraphicsEngineVk-shared PROPERTIES
- INSTALL_RPATH "${VULKAN_LIBRARY_PATH}"
- )
-endif()
-
set_common_target_properties(Diligent-GraphicsEngineVk-shared)
set_common_target_properties(Diligent-GraphicsEngineVk-static)