From 2e6f369080b6911d17b4e8a5296ca8400b09de86 Mon Sep 17 00:00:00 2001 From: azhirnov Date: Tue, 1 Sep 2020 22:59:44 +0300 Subject: fixed compilation on Mac & UWP --- Graphics/GraphicsEngineVulkan/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Graphics/GraphicsEngineVulkan') 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) -- cgit v1.2.3